INPUT_OBJECT

ModelIDInput

link GraphQL Schema definition

  • input ModelIDInput {
  • ne: ID
  • eq: ID
  • le: ID
  • lt: ID
  • ge: ID
  • gt: ID
  • contains: ID
  • notContains: ID
  • between: [ID]
  • beginsWith: ID
  • }