Class: GraphQL::Query::Context
- Inherits:
-
Object
- Object
- GraphQL::Query::Context
- Defined in:
- lib/graphql/models/monkey_patches/graphql_query_context.rb
Instance Method Summary collapse
Instance Method Details
#cached_models ⇒ Object
3 4 5 |
# File 'lib/graphql/models/monkey_patches/graphql_query_context.rb', line 3 def cached_models @cached_models ||= Set.new end |