mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
477 B
477 B
mutation { messagingUpdateSendgridProvider( providerId: "<PROVIDER_ID>", name: "", enabled: false, apiKey: "<API_KEY>", fromName: "<FROM_NAME>", fromEmail: "email@example.com", replyToName: "<REPLY_TO_NAME>", replyToEmail: "<REPLY_TO_EMAIL>" ) { _id _createdAt _updatedAt name provider enabled type credentials options } }