Skip to content

Commit

Permalink
remove interface implement
Browse files Browse the repository at this point in the history
  • Loading branch information
1e16miin committed Aug 22, 2024
1 parent 98b0c93 commit 279b65e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev-resources/complexity-analysis-error.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
:node {:type (non-null :Node)}}}
:Connection {:fields {:edges {:type (non-null (list (non-null :Edge)))}
:pageInfo {:type (non-null :PageInfo)}}}
:User {:implements [:Node]
:fields {:id {:type (non-null ID)}
:User {:fields {:id {:type (non-null ID)}
:name {:type (non-null String)}}}}

:objects
Expand Down

0 comments on commit 279b65e

Please sign in to comment.