Skip to content

Commit

Permalink
remove some invalid test schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Scarr committed Mar 12, 2019
1 parent a89050a commit 37983a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 2 additions & 4 deletions plugin/modelgen/out/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions plugin/modelgen/testdata/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ type MissingType implements MissingInterface & ExistingInterface {
input MissingInput {
name: String
enum: MissingEnum
int: MissingInterface
existing: ExistingType
}

enum MissingEnum {
Expand All @@ -45,8 +43,6 @@ type ExistingType implements MissingInterface & ExistingInterface {
input ExistingInput {
name: String
enum: ExistingEnum
int: ExistingInterface
existing: MissingType
}

enum ExistingEnum {
Expand Down

0 comments on commit 37983a5

Please sign in to comment.