ExportContactsInput
No description
input ExportContactsInput {
end_date: Int
field_chooser_fields: JSON!
file_name: String!
segment: JSON
start_date: Int
type: ExportType
}
Fields
ExportContactsInput.end_date
● Int
scalar
ExportContactsInput.field_chooser_fields
● JSON!
non-null scalar
ExportContactsInput.file_name
● String!
non-null scalar
ExportContactsInput.segment
● JSON
scalar
ExportContactsInput.start_date
● Int
scalar
ExportContactsInput.type
● ExportType
enum
Member Of
exportContacts
mutation