Skip to main content
No description
type ProductChange {
  id: ID!
  title: String!
  body: String!
  created: Date!
  author: ProductChangeAuthor!
  read: Boolean!
}

Fields

ProductChange.id ● ID! non-null scalar

ProductChange.title ● String! non-null scalar

ProductChange.body ● String! non-null scalar

ProductChange.created ● Date! non-null scalar

ProductChange.author ● ProductChangeAuthor! non-null object

ProductChange.read ● Boolean! non-null scalar

Returned By

productChanges query