Skip to content

Commit

Permalink
Add correct snapshot (ChilliCream#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Sampson committed Jul 7, 2019
1 parent 8140b5a commit 5faec05
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
schema {
query: QueryWithDocumentation
}

type QueryWithDocumentation {
foo(bar: String): String
}

"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text."
scalar String

0 comments on commit 5faec05

Please sign in to comment.