Method: GraphQL::Query#arguments_for
- Defined in:
- lib/graphql/query.rb
permalink #arguments_for(irep_or_ast_node, definition) ⇒ GraphQL::Query::Arguments
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Node-level cache for calculating arguments. Used during execution and query analysis.
205 206 207 |
# File 'lib/graphql/query.rb', line 205 def arguments_for(irep_or_ast_node, definition) @arguments_cache[irep_or_ast_node][definition] end |