Type alias DeleteAPIKeyMutation

DeleteAPIKeyMutation: {
    deleteAPIKey?: {
        __typename: "APIKey";
        description?: string | null;
        name?: string | null;
        urn?: string | null;
        value?: string | null;
    } | null;
}

Type declaration

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

Generated using TypeDoc