INPUT_OBJECT
UpdateEpcMutationInput
The input object that defines the fields for the updateEpc mutation.
link GraphQL Schema definition
- input UpdateEpcMutationInput {
- # A descriptive name.
- : String
- # The identifier used by the EPC, this is typically numeric.
- : String
- # IDs of `IpPool`s.
- : [Int64Bit]
- # A note about this entity.
- : NoteMutationInput
- }