Method: GraphQL::Schema::Resolver#arguments
- Defined in:
- lib/graphql/schema/resolver.rb
#arguments ⇒ Object
57 58 59 |
# File 'lib/graphql/schema/resolver.rb', line 57 def arguments @prepared_arguments || raise("Arguments have not been prepared yet, still waiting for #load_arguments to resolve. (Call `.arguments` later in the code.)") end |