Method: GraphQL::StaticValidation::FragmentTypesExistError#code

Defined in:
lib/graphql/static_validation/rules/fragment_types_exist_error.rb

#codeObject



24
25
26
# File 'lib/graphql/static_validation/rules/fragment_types_exist_error.rb', line 24

def code
  "undefinedType"
end