Class: API::Graphql::GraphqlExplorerController
- Inherits:
-
BaseActionController
- Object
- ActionController::Base
- BaseActionController
- API::Graphql::GraphqlExplorerController
- Includes:
- Gitlab::GonHelper, WithPerformanceBar
- Defined in:
- app/controllers/api/graphql/graphql_explorer_controller.rb
Instance Method Summary collapse
Methods included from Gitlab::GonHelper
#add_gon_feature_flags, #add_gon_user_specific, #add_gon_variables, #current_organization, #default_avatar_url, #push_application_setting, #push_force_frontend_feature_flag, #push_frontend_ability, #push_frontend_feature_flag, #push_namespace_setting, #push_to_gon_attributes
Methods included from Organizations::OrganizationHelper
#admin_organizations_index_app_data, #organization_activity_app_data, #organization_groups_and_projects_app_data, #organization_groups_edit_app_data, #organization_groups_new_app_data, #organization_index_app_data, #organization_layout_nav, #organization_new_app_data, #organization_projects_edit_app_data, #organization_settings_general_app_data, #organization_show_app_data, #organization_user_app_data, #ui_for_organizations_enabled?
Methods included from WebpackHelper
#prefetch_link_tag, #webpack_bundle_tag, #webpack_controller_bundle_tags, #webpack_entrypoint_paths, #webpack_preload_asset_tag, #webpack_public_host, #webpack_public_path
Methods included from ViteHelper
#universal_path_to_stylesheet, #universal_stylesheet_link_tag, #vite_enabled?, #vite_page_entrypoint_paths
Methods inherited from BaseActionController
#append_to_content_security_policy
Methods included from ContentSecurityPolicyPatch
#content_security_policy_with_context
Methods included from CurrentOrganization
Instance Method Details
#show ⇒ Object
9 10 11 12 |
# File 'app/controllers/api/graphql/graphql_explorer_controller.rb', line 9 def show # We need gon to setup gon.relative_url_root which is used by our Apollo client add_gon_variables end |