Class: GraphQL::Query::Context

Inherits:
Object
  • Object
show all
Defined in:
lib/graphql/models/monkey_patches/graphql_query_context.rb

Instance Method Summary collapse

Instance Method Details

#cached_modelsObject



3
4
5
# File 'lib/graphql/models/monkey_patches/graphql_query_context.rb', line 3

def cached_models
  @cached_models ||= Set.new
end