@zeepkist/graphql
    Preparing search index...

    Interface UpdateWorldRecordGlobalPayloadGenqlSelection

    The output of our updateWorldRecordGlobal mutation.

    interface UpdateWorldRecordGlobalPayloadGenqlSelection {
        clientMutationId?: number | boolean;
        query?: QueryGenqlSelection;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    clientMutationId?: number | boolean

    The exact same clientMutationId that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations.

    Our root query field type. Allows us to run any query from our mutation payload.

    __typename?: number | boolean
    __scalar?: number | boolean