INPUT_OBJECT

StringArrayFilter

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

link GraphQL Schema definition

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