CustomObjectDraft
type CustomObjectDraft = {
key: Scalars['String'];
container: Scalars['String']; /** The value should be passed in a form of escaped JSON */
value: Scalars['String'];
version?: InputMaybe<Scalars['Long']>;
};type CustomObjectDraft = {
key: Scalars['String'];
container: Scalars['String']; /** The value should be passed in a form of escaped JSON */
value: Scalars['String'];
version?: InputMaybe<Scalars['Long']>;
};