GraphiQL API Documentation
    Preparing search index...

    Type Alias DocExplorerNavStackItem

    type DocExplorerNavStackItem = {
        def?: GraphQLNamedType | DocExplorerFieldDef;
        name: string;
    }
    Index
    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.