module GraphQL::StaticValidation::TypeStack::FragmentDefinitionStrategy
Public Instance Methods
push_path_member(stack, node)
click to toggle source
# File lib/graphql/static_validation/type_stack.rb, line 77 def push_path_member(stack, node) stack.path.push("fragment #{node.name}") end