Skip to main content
No description
type ProductChangeAuthor {
  id: ID!
  name: String!
  profilePicture: String
}

Fields

ProductChangeAuthor.id ● ID! non-null scalar

ProductChangeAuthor.name ● String! non-null scalar

ProductChangeAuthor.profilePicture ● String scalar

Member Of

ProductChange object