CreateReportInput
No description
input CreateReportInput {
active: Boolean
aggregation_type_id: ReportAggregationType
campaign_id: Int
delegate_user_id: Int
detail_type_id: ReportDetail
end_date: String
extra_args: JSON
form_id: String
frequency_type_id: ReportFrequency!
name: String!
number_results: Int
page_type: String
recipients: CreateReportRecipientHasMany
segment: CreateSegmentBelongsTo
segment_id: Int
show_in_report_center: Boolean
sort_by_type_id: ReportSortByType
start_date: String
tags: CreateReportTagHasMany
type_id: ReportType!
user_id: Int
}
Fields
CreateReportInput.active
● Boolean
scalar
CreateReportInput.aggregation_type_id
● ReportAggregationType
enum
CreateReportInput.campaign_id
● Int
scalar
CreateReportInput.delegate_user_id
● Int
scalar
CreateReportInput.detail_type_id
● ReportDetail
enum
CreateReportInput.end_date
● String
scalar
CreateReportInput.extra_args
● JSON
scalar
CreateReportInput.form_id
● String
scalar
CreateReportInput.frequency_type_id
● ReportFrequency!
non-null enum
CreateReportInput.name
● String!
non-null scalar
CreateReportInput.number_results
● Int
scalar
Number Results Accepted Values [10,20,30,40,50]
CreateReportInput.page_type
● String
scalar
CreateReportInput.recipients
● CreateReportRecipientHasMany
input
CreateReportInput.segment
● CreateSegmentBelongsTo
input
CreateReportInput.segment_id
● Int
scalar
CreateReportInput.show_in_report_center
● Boolean
scalar
CreateReportInput.sort_by_type_id
● ReportSortByType
enum
CreateReportInput.start_date
● String
scalar
CreateReportInput.tags
● CreateReportTagHasMany
input
CreateReportInput.type_id
● ReportType!
non-null enum
CreateReportInput.user_id
● Int
scalar
Member Of
createReport
mutation