Alokai

CustomFieldsType

type CustomFieldsType = {
  __typename?: 'CustomFieldsType';
  typeRef: Reference;
  type?: Maybe<TypeDefinition>; /** This field contains non-typed data. */
  customFieldsRaw?: Maybe<Array<RawCustomField>>;
};

Referenced Types

On this page