cynic-parser 0.8.4

A fast, correct and easy to use GraphQL parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Careful with this file - VSCode keeps on prettiering it for me
# and wiping the stuff I want to test.

"hello \"you\"\n\t\tdo you like my escapes\u2620"
input Thing {
  field: String = "hello \"you\"\n\t\tdo you like my escapes\u2620"
}

"""
I am a thing that doesn't need escaped \t\n
\"""
"""
input Thing {
  field: String = "hello \"you\"\n\t\tdo you like my escapes\u2620"
}