GraphiQL API Documentation
    Preparing search index...

    Type Alias FetcherOpts

    type FetcherOpts = {
        documentAST?: DocumentNode;
        headers?: { [key: string]: any };
    }
    Index

    Properties

    documentAST?: DocumentNode
    headers?: { [key: string]: any }