Module: GraphQL::NonNullWithBang
- Included in:
- Enum, ObjectType, Union
- Defined in:
- lib/graph_ql/definition_helpers/non_null_with_bang.rb
Overview
Wrap the object in NonNullType in response to ‘!`
Instance Method Summary collapse
Instance Method Details
#! ⇒ Object
6 7 8 |
# File 'lib/graph_ql/definition_helpers/non_null_with_bang.rb', line 6 def ! GraphQL::NonNullType.new(of_type: self) end |