// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`hello.graphql 1`] = ` { short(var: $var, int: 5, float: 5.6, bool: true, string: "hello world!") long(var: $thisIsAReallyLongVariableNameRight, int: 52342342342, float: 5.6, bool: true, string: "hello world this is a very long string!") } ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { short(var: $var, int: 5, float: 5.6, bool: true, string: "hello world!") long( var: $thisIsAReallyLongVariableNameRight, int: 52342342342, float: 5.6, bool: true, string: "hello world this is a very long string!" ) } `;