INPUT_OBJECT
CreateEpcMutationInput
The input object that defines the fields for the createEpc mutation.
link GraphQL Schema definition
- input CreateEpcMutationInput {
- # 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
- }