updateLocationMetadata
This mutation adds or updates metadata. Max key length is 40, Max value length is 500, Maximum of 50 total keys
updateLocationMetadata(
locationId: ID!
key: String!
value: String!
): LocationResponsePayload
Arguments
updateLocationMetadata.locationId ● ID! non-null scalar
The id of the location group (not the room's id).
updateLocationMetadata.key ● String! non-null scalar
updateLocationMetadata.value ● String! non-null scalar
Type
LocationResponsePayload object
The requested location or a related error.