INPUT_OBJECT
CreateFccForm477ReportMutationInput
The input object that defines the fields for the createFccForm477Report mutation.
link GraphQL Schema definition
- input CreateFccForm477ReportMutationInput {
- # A list of IDs of data `Service`s used to generate data for FCC Form 477.
- : [Int]
- # A list of IDs of voice `Service`s for use with FCC Form 477.
- : [Int]
- # The format of the reporting for FCC Form 477.
- : FccForm477Format!
- # A single file to associate with this object. Any existing file will be
- # overwritten.
- : AssociateFileMutationInput
- }