INPUT_OBJECT
CreateDidImportFlatfileMutationInput
The input object that defines the fields for the createDidImportFlatfile mutation.
link GraphQL Schema definition
- input CreateDidImportFlatfileMutationInput {
- # The ID of a `VoiceProvider`.
- : Int64Bit!
- # The ID of a `RateCenter`.
- : Int64Bit!
- # The identifier of a unique batch at Flatfile.
- : String!
- # A note about this entity.
- : NoteMutationInput
- }