INPUT_OBJECT
UpdateNetworkSiteMutationInput
The input object that defines the fields for the updateNetworkSite mutation.
link GraphQL Schema definition
- input UpdateNetworkSiteMutationInput {
- # A descriptive name.
- : String
- # The ID of the company that this entity operates under.
- : Int64Bit
- # Height in meters.
- : Float
- # The address for the network site.
- : UpdateNetworkSiteAddressMutationInput
- # 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 note about this entity.
- : NoteMutationInput
- # 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]
- # Setting this value to `true` will set `company_id` to null.
- : Boolean
- }