Alokai

CustomFieldsCommand

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

Referenced Types

On this page