INPUT_OBJECT

AddressArrayFilter

Filter conditions for filtering associated property of the type [Address!].

link GraphQL Schema definition

  • input AddressArrayFilter {
  • # Specifies a value that should be included in the array of the associated
  • # property.
  • include: Address
  • }