Skip to content

Commit

Permalink
refactor(DamFileDependency): remove unnecessary fields from the query
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdax98 committed Nov 10, 2023
1 parent fbc08b8 commit fa01dec
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ export const DamFileDependency: DependencyInterface = {
query FileDependency($id: ID!) {
damFile(id: $id) {
id
name
damPath
folder {
id
parents {
Expand Down

0 comments on commit fa01dec

Please sign in to comment.