Skip to content

Commit

Permalink
Move test schema file from example dir into codegen/testserver (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
zannen committed Nov 11, 2019
1 parent 5144775 commit 531729d
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 2,599 deletions.
18 changes: 18 additions & 0 deletions codegen/testserver/issue896.graphql
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# This example should build stable output. If the file content starts
# alternating nondeterministically between two outputs, then see
# https://github.com/99designs/gqlgen/issues/896.

extend schema {
query: Query
subscription: Subscription
}

type Thing {id: Int}

extend type Query {
things1: [Thing!] # Note the "!" or lack thereof.
}

extend type Subscription {
things2: [Thing] # Note the "!" or lack thereof.
}
12 changes: 0 additions & 12 deletions example/issue_896/.gqlgen.yml

This file was deleted.

3 changes: 0 additions & 3 deletions example/issue_896/README.md

This file was deleted.

Loading

0 comments on commit 531729d

Please sign in to comment.