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