async-graphql/parser/tests/executables/query_var_default_string.graphql

4 lines
48 B
GraphQL

query Foo($site: String = "string") {
field
}