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