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



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

def cached_models
  @cached_models ||= Set.new
end