OBJECT
UpdateLocationPayload
link GraphQL Schema definition
- type UpdateLocationPayload {
- # A location record
- : Location
- # Actions performed on the location
- : [PostUpdateAction!]
- }
OBJECT
- type UpdateLocationPayload {
- # A location record
- : Location
- # Actions performed on the location
- : [PostUpdateAction!]
- }