Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PluginProps

Hierarchy

  • {}
    • PluginProps

Index

Properties

Properties

Optional plugins

plugins: GraphiQLPlugin[]

This prop accepts a list of plugins that will be shown in addition to the built-in ones (the doc explorer and the history).

default

[]

Optional visiblePlugin

visiblePlugin: GraphiQLPlugin | string

This prop can be used to set the visibility state of plugins. Every time this prop changes, the visibility state will be overridden. Note that the visibility state can change in between these updates, for example, by calling the setVisiblePlugin function provided by the context.

Generated using TypeDoc