Method: GraphQL::Schema::List#graphql_name
- Defined in:
- lib/graphql/schema/list.rb
#graphql_name ⇒ Object
This is for introspection, where it's expected the name will be null
26 27 28 |
# File 'lib/graphql/schema/list.rb', line 26 def graphql_name nil end |