INPUT_OBJECT
CreateLinkedAddressesMutationInput
The input object that defines the fields for the createLinkedAddresses mutation.
link GraphQL Schema definition
- input CreateLinkedAddressesMutationInput {
 - #   The address ID for the Anchor address
 - : Int64Bit!
 - #   The unit designator for creating addresses.
 - : UnitDesignator!
 - #   An address range string used in bulk address creation.
 - : String!
 - #   IDs of `NetworkSite`s.
 - : [Int64Bit]
 - #   Address status ID.
 - : Int64Bit
 - #   Whether or not shell accounts are to be created.
 - : Boolean!
 - #   The ID of the company that this entity operates under.
 - : Int64Bit
 - #   The ID of an AccountStatus.
 - : Int64Bit
 - #   The ID of an AccountType.
 - : Int64Bit
 - #   A list of account group IDs that this account is part of.
 - : [Int64Bit]
 - #   Data to insert into custom fields.
 - : [CustomFieldDataMutationInput]
 - #   Data to insert into custom fields.
 - : [CustomFieldDataMutationInput]
 - #   If IDs of `CustomField` objects that are associated with this entity are 
 - #   provided here, they will be unset and removed. You cannot unset data where the 
 - #   `CustomField` property `required` is set to `true`.
 - : [Int64Bit]
 - #   A list of file IDs to be associated with this object. These must first have been 
 - #   uploaded to the /files endpoint and must be currently unassociated.
 - : [AssociateFileMutationInput]
 - #   The task to be performed.
 - : [TaskMutationInput]
 - }