tutti-api - v2.1.0
    Preparing search index...

    Interface Operation

    A captured, verbatim GraphQL operation. rootField is the top-level field in the response data object (often differs from name).

    interface Operation {
        document: string;
        id: string;
        name: string;
        rootField: string;
    }
    Index

    Properties

    document: string
    id: string
    name: string
    rootField: string