hello.graphql 221 B

12345
  1. {
  2. short(var: $var, int: 5, float: 5.6, bool: true, string: "hello world!")
  3. long(var: $thisIsAReallyLongVariableNameRight, int: 52342342342, float: 5.6, bool: true, string: "hello world this is a very long string!")
  4. }