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