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