Libraries
»
tinygql
(0.3.1)
»
Index
»
TinyGQL
»
Nodes
»
NotNullType
»
#not_null_type?
Method: TinyGQL::Nodes::NotNullType#not_null_type?
Defined in:
lib/tinygql/nodes.rb
#
not_null_type?
⇒
Boolean
Returns:
(
Boolean
)
176
# File 'lib/tinygql/nodes.rb', line 176
def
not_null_type?
;
true
;
end