INPUT_OBJECT
UpdateMapOverlayMutationInput
The input object that defines the fields for the updateMapOverlay mutation.
link GraphQL Schema definition
- input UpdateMapOverlayMutationInput {
- # A descriptive name.
- : String!
- # Map Overlay Language (KML) file contents.
- : Base64Clob
- # Network site id.
- : Int64Bit
- # file type
- : MapOverlayFileType
- # A note about this entity.
- : NoteMutationInput
- # Setting this value to `true` will set `network_site_id` to null.
- : Boolean
- }