Axinom Mosaic Libraries
    Preparing search index...

    Contains data about the failed GraphQL request without exposing passed variables, since they can contain sensitive values.

    interface GraphQlOperation {
        operationName?: string;
        operationType?: OperationTypeNode;
        rootEndpoints?: string[];
    }
    Index

    Properties

    operationName?: string

    Name of operation, if defined.

    operationType?: OperationTypeNode

    Type of operation, e.g. query, mutation or subscription.

    rootEndpoints?: string[]

    List of root endpoints, since a single operation can perform multiple queries/mutations.