Type alias RegenerateApiKeyMutation

RegenerateApiKeyMutation: {
    regenerateApiKey?: {
        __typename: "APIKey";
        description?: string | null;
        name?: string | null;
        urn?: string | null;
        value?: string | null;
    } | null;
}

Type declaration

  • Optional regenerateApiKey?: {
        __typename: "APIKey";
        description?: string | null;
        name?: string | null;
        urn?: string | null;
        value?: string | null;
    } | null

Generated using TypeDoc