Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cjoudrey committed Mar 15, 2018
1 parent 678f20f commit c1f9550
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/fixtures/valid.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,16 @@
type Query {
"a"
a: String!

"something"
something: PageInfo!
}

"PageInfo"
type PageInfo {
"hasNextPage"
hasNextPage: Boolean!

"hasPreviousPage"
hasPreviousPage: Boolean!
}

0 comments on commit c1f9550

Please sign in to comment.