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