GraphiQL API Documentation
    Preparing search index...
    type DocExplorerNavStackItem = {
        def?: GraphQLNamedType | DocExplorerFieldDef;
        name: string;
    }
    Index

    Properties

    Properties

    def?: GraphQLNamedType | DocExplorerFieldDef

    The definition object of the item, this can be a named type, a field, an input field or an argument.

    name: string

    The name of the item.