module GraphQL::StaticValidation::TypeStack::InlineFragmentStrategy
Public Instance Methods
push_path_member(stack, node)
click to toggle source
# File lib/graphql/static_validation/type_stack.rb, line 85 def push_path_member(stack, node) stack.path.push("...#{node.type ? " on #{node.type.to_query_string}" : ""}") end