Method: Graphql::Dashboard::OperationStore::IndexEntriesController#show

Defined in:
lib/graphql/dashboard/operation_store.rb

#showObject



190
191
192
193
194
195
# File 'lib/graphql/dashboard/operation_store.rb', line 190

def show
  name = params[:name]
  @entry = schema_class.operation_store.index.get_entry(name)
  @chain = schema_class.operation_store.index.index_entry_chain(name)
  @operations = schema_class.operation_store.get_operations_by_index_entry(name)
end