OBJECT

regexIndex

Information about a regex match on an enum

link GraphQL Schema definition

  • type regexIndex {
  • # The index in the enum
  • index: String!
  • # The string in the enum that matched
  • matched: String!
  • }