INPUT_OBJECT

rowMatchSpec

Row Match Specification

link GraphQL Schema definition

  • input rowMatchSpec {
  • # The position of the column in which to search a match
  • colN: Int!
  • # The regex to match
  • matching: String!
  • }