INPUT_OBJECT

GetModifiedContactListFilter

link GraphQL Schema definition

  • input GetModifiedContactListFilter {
  • # Only contacts of the given types are returned. If null or omitted, contacts of
  • # all types are returned.
  • contactTypes: [ContactType!]
  • }