Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.qminder.com/llms.txt

Use this file to discover all available pages before exploring further.

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