appwrite/docs/examples/1.6.x/server-graphql/examples/messaging/update-fcm-provider.md
2024-07-03 17:25:40 +02:00

322 B

mutation { messagingUpdateFcmProvider( providerId: "<PROVIDER_ID>", name: "", enabled: false, serviceAccountJSON: "{}" ) { _id _createdAt _updatedAt name provider enabled type credentials options } }