INPUT_OBJECT

KeyMatches

Key/Regex tuple

link GraphQL Schema definition

  • input KeyMatches {
  • # The key
  • key: String!
  • # The regex to match
  • matches: String!
  • }