https://github.com/Shopify/graphql-parser
Inside visit_variable_definition_name
, pry breakpoint, ls node
:
GraphQL::Parser::VariableDefinition#methods: default_value type variable
node.type
or node.default_value
will segfault the parser.