OBJECT
CreateLinkedAddressesResponse
The results from the createLinkedAddresses mutation.
link GraphQL Schema definition
- type CreateLinkedAddressesResponse {
- #   The total number of address(es) in the range provided.
- : Int64Bit 
- #   The number of address(es) created in the range provided.
- : Int64Bit 
- #   The list of address(es) processed in the range provided and details on each.
- : [CreateLinkedAddresses] 
- }