Method: GraphQL::BaseType#list?
- Defined in:
- lib/graphql/base_type.rb
#list? ⇒ Boolean
Returns true if this is a list type. A non-nullable list is considered a list.
215 216 217 |
# File 'lib/graphql/base_type.rb', line 215 def list? false end |