Skip to content

Commit

Permalink
Remove endpoints (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber authored Jun 15, 2024
2 parents e96fedc + f200832 commit bf2dfd1
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-pants-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@zemble/push-apple": patch
---

Remove endpoints
4 changes: 0 additions & 4 deletions packages/push-apple/graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ enum ApplePushPlatform {
macos
}

type StartLiveActivityResponse {
liveActivityId: ID!
}

type Mutation {
registerApplePushToken(token: String!, platform: ApplePushPlatform!, appBundleId: String!): Boolean!
registerAppleStartLiveActivityPushToken(token: String!, appBundleId: String!): Boolean!
Expand Down
4 changes: 4 additions & 0 deletions packages/push-apple/graphql/schema.local.graphql
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
scalar JSONObject

type StartLiveActivityResponse {
liveActivityId: ID!
}

type Mutation {
updateLiveActivity(data: JSONObject!, pushToken: String!): Boolean!
startLiveActivity(data: JSONObject!, liveActivityType: String!, pushToken: String!): StartLiveActivityResponse!
Expand Down

0 comments on commit bf2dfd1

Please sign in to comment.