Skip to content

addLivingPlate

Add Living Plate Integration to provider

Arguments

input · addLivingPlateInput · Parameters for addLivingPlate

Returns

addLivingPlatePayload

Example

mutation addLivingPlate($input: addLivingPlateInput) {
addLivingPlate(input: $input) {
messages
success_string
}
}