prettier/tests/graphql_variable_definitions/variable_definitions.graphql

10 lines
256 B
GraphQL
Raw Normal View History

2017-06-08 19:20:41 +03:00
query short($foo:ComplexType, $site : Site = MOBILE, $nonNull: Int!) {
hello
}
query long($foo: ComplexType, $site: Float = 124241.12312,
2017-06-08 19:20:41 +03:00
$bar: String = "Long string here", $arg: String = "Hello world!",,,,,
$nonNull: String!) {
hello
}