Class: Graphql::Dashboard
- Inherits:
-
Rails::Engine
- Object
- Rails::Engine
- Graphql::Dashboard
- Defined in:
- lib/graphql/dashboard.rb,
lib/graphql/dashboard/limiters.rb,
lib/graphql/dashboard/installable.rb,
lib/graphql/dashboard/subscriptions.rb,
lib/graphql/dashboard/detailed_traces.rb,
lib/graphql/dashboard/operation_store.rb,
lib/graphql/dashboard/statics_controller.rb,
lib/graphql/dashboard/landings_controller.rb,
lib/graphql/dashboard/application_controller.rb
Overview
GraphQL::Dashboard is a Rails::Engine-based dashboard for viewing metadata about your GraphQL schema.
Pass the class name of your schema when mounting it.
Pass an array to allow selecting from multiple schemas with the schema query parameter.
mount GraphQL::Dashboard, at: "graphql_dashboard", schema: ["MySchema", "OtherSchema"]
Defined Under Namespace
Modules: DetailedTraces, Installable, Limiters, OperationStore, Subscriptions Classes: ApplicationController, LandingsController, StaticsController