Method: GraphQL::Field#relay_node_field

Defined in:
lib/graphql/field.rb

#relay_node_fieldBoolean

Returns True if this is the Relay find-by-id field.

Returns:

  • (Boolean)

    True if this is the Relay find-by-id field



147
148
149
# File 'lib/graphql/field.rb', line 147

def relay_node_field
  @relay_node_field
end