INPUT_OBJECT

Allocation_Fuzzy

Fuzzy match query arguments for Allocation

link GraphQL Schema definition

  • input Allocation_Fuzzy {
  • # Select multiple Allocation fuzzily by its ID
  • id: Int
  • # Filters to users with this name
  • full_name: String
  • }