OBJECT

IntEnumItem

link GraphQL Schema definition

  • type IntEnumItem {
  • # Display name of the option.
  • key: String!
  • # Integer value stored for the option.
  • value: Int!
  • }