GraphiQL API Documentation
    Preparing search index...

    Interface GraphiQLPlugin

    interface GraphiQLPlugin {
        content: ComponentType;
        icon: ComponentType;
        title: string;
    }
    Index

    Properties

    Properties

    content: ComponentType

    A component that renders content into the plugin pane.

    icon: ComponentType

    A component that renders an icon that will be shown inside a button that toggles the plugin visibility.

    title: string

    The unique title of the plugin. If two plugins are present with the same title, the provider component will throw an error.