INPUT_OBJECT

rowEqualsSpec

Row Equals Specification

link GraphQL Schema definition

  • input rowEqualsSpec {
  • # The position of the column in which to search a match
  • colN: Int!
  • # The values to match
  • values: [String!]!
  • }