Class: GraphQL::RootCallArgumentDefiner
- Inherits:
-
Object
- Object
- GraphQL::RootCallArgumentDefiner
- Defined in:
- lib/graphql/root_call_argument_definer.rb
Overview
Enables the GraphQL::RootCall.argument API, used internall by GraphQL
Constant Summary collapse
- ARGUMENT_TYPES =
[:string, :object, :number]
Instance Method Summary collapse
-
#initialize(owner) ⇒ RootCallArgumentDefiner
constructor
A new instance of RootCallArgumentDefiner.
- #none ⇒ Object
Constructor Details
#initialize(owner) ⇒ RootCallArgumentDefiner
Returns a new instance of RootCallArgumentDefiner.
5 6 7 |
# File 'lib/graphql/root_call_argument_definer.rb', line 5 def initialize(owner) @owner = owner end |
Instance Method Details
#none ⇒ Object
9 10 |
# File 'lib/graphql/root_call_argument_definer.rb', line 9 def none end |