Alokai

ProductImageAdded

type ProductImageAdded = MessagePayload & {
  __typename?: 'ProductImageAdded';
  variantId: Scalars['Int'];
  image: Image;
  staged: Scalars['Boolean'];
  type: Scalars['String'];
};

Referenced Types

On this page