You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
CustomObject
export type CustomObject = Versioned & {
__typename?: 'CustomObject';
container: Scalars['String'];
key: Scalars['String'];
value: Scalars['Json'];
id: Scalars['String'];
version: Scalars['Long'];
createdAt: Scalars['DateTime'];
lastModifiedAt: Scalars['DateTime'];
createdBy?: Maybe<Initiator>;
lastModifiedBy?: Maybe<Initiator>;
};