Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

Initiator

export type Initiator = {
    __typename?: 'Initiator';
    isPlatformClient?: Maybe<Scalars['Boolean']>;
    externalUserId?: Maybe<Scalars['String']>;
    anonymousId?: Maybe<Scalars['String']>;
    clientId?: Maybe<Scalars['String']>;
    customerRef?: Maybe<Reference>;
    userRef?: Maybe<Reference>;
};

Referenced Types

On this page