Method: GraphQL::Query::Context::FieldResolutionContext#inspect
- Defined in:
- lib/graphql/query/context.rb
#inspect ⇒ Object
311 312 313 |
# File 'lib/graphql/query/context.rb', line 311 def inspect "#<GraphQL Context @ #{irep_node.owner_type.name}.#{field.name}>" end |