GraphiQL API Documentation
    Preparing search index...

    Interface GraphQLJumpOptions

    interface GraphQLJumpOptions {
        onClick?: () => void;
        schema?: GraphQLSchema;
        state?: State;
    }
    Index

    Properties

    onClick?: () => void
    schema?: GraphQLSchema
    state?: State