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

CustomFieldsCommand

export type CustomFieldsCommand = {
    __typename?: 'CustomFieldsCommand';
    typeId?: Maybe<Scalars['String']>;
    typeKey?: Maybe<Scalars['String']>;
    fields: Scalars['Json'];
    typeResId?: Maybe<ResourceIdentifier>;
};

Referenced Types

On this page