OBJECT

RegexSearchResult

link GraphQL Schema definition

  • type RegexSearchResult {
  • # which regexes matched
  • matches: Json!
  • # which records matched
  • records: [FairsharingRecord!]!
  • }

link Require by