GraphiQL API Documentation
    Preparing search index...
    CompletionItem: CompletionItemType & {
        command?: CompletionItemType["command"];
        deprecationReason?: string | null;
        documentation?: string | null;
        isDeprecated?: boolean;
        rawInsert?: string;
        type?: GraphQLType;
    }

    Types and enums to use across projects