INPUT_OBJECT
SendMediaAnalyticsReportInput
Autogenerated input type of SendMediaAnalyticsReport
link GraphQL Schema definition
- input SendMediaAnalyticsReportInput {
- # A unique identifier for the client performing the mutation.
- : String
- # Run the mutation with no side effects in validate-only mode. When true, the
- # inputs will be validated and errors will be returned, but the mutation will not
- # perform any actions.
- : Boolean
- # The start date of the analytics report.
- : Date
- # The end date of the analytics report.
- : Date
- # ID of the artist
- : ID
- # ID of the user
- : ID
- # ID of the media
- : ID
- # ID of the organization
- : ID
- # List of email addresses
- : [String!]!
- # The report type.
- : String
- }