@zeepkist/graphql
    Preparing search index...

    Interface UpdateWorldRecordGlobalInput

    All input for the updateWorldRecordGlobal mutation.

    interface UpdateWorldRecordGlobalInput {
        clientMutationId?: null | string;
    }
    Index

    Properties

    clientMutationId?: null | string

    An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.