appwrite/docs/examples/1.6.x/client-graphql/examples/account/create-push-target.md
2024-12-17 11:58:25 +00:00

314 B

mutation { accountCreatePushTarget( targetId: "<TARGET_ID>", identifier: "", providerId: "<PROVIDER_ID>" ) { _id _createdAt _updatedAt name userId providerId providerType identifier expired } }