You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
ApiClientWithoutSecret
API Clients can be used to obtain OAuth 2 access tokens
export type ApiClientWithoutSecret = {
__typename?: 'APIClientWithoutSecret';
id: Scalars['String'];
name: Scalars['String'];
scope: Scalars['String'];
createdAt?: Maybe<Scalars['DateTime']>;
lastUsedAt?: Maybe<Scalars['Date']>;
};