Method: GraphQL::Field#relay_nodes_field

Defined in:
lib/graphql/field.rb

#relay_nodes_fieldBoolean

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

Returns:

  • (Boolean)

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



150
151
152
# File 'lib/graphql/field.rb', line 150

def relay_nodes_field
  @relay_nodes_field
end