Skip to content

Commit

Permalink
fixed modelgen test schema (#2032)
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Hex committed Mar 3, 2022
1 parent d873ff8 commit f85d59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/modelgen/testdata/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ interface D implements A & B {
d: String
}

type CDImplemented implements C & D {
type CDImplemented implements C & D & A & B {
a: String!
b: Int!
c: Boolean!
Expand Down

0 comments on commit f85d59d

Please sign in to comment.