Interface MutationToken

Represents the mutation token returned by the server.

interface MutationToken {
    toJSON(): any;
    toString(): string;
}

Methods

  • Generates a JSON representation of this mutation token.

    Returns any

  • Generates a string representation of this mutation token.

    Returns string