Type alias ApiKeysQuery

ApiKeysQuery: {
    apiKeys?: ({
        __typename: "APIKeyWithoutValue";
        description?: string | null;
        lastUsed?: string | null;
        name?: string | null;
        urn?: string | null;
    } | null)[] | null;
}

Type declaration

  • Optional apiKeys?: ({
        __typename: "APIKeyWithoutValue";
        description?: string | null;
        lastUsed?: string | null;
        name?: string | null;
        urn?: string | null;
    } | null)[] | null

Generated using TypeDoc