INPUT_OBJECT

Docket_Fuzzy

Fuzzy match query arguments for Docket

link GraphQL Schema definition

  • input Docket_Fuzzy {
  • # Select multiple Docket fuzzily by its ID
  • id: Int
  • # The docket number.
  • number: String
  • # The comments on a docket.
  • comments: String
  • }