add operation for ensureStripeCustomerExists
All checks were successful
Tests / Tests (pull_request) Successful in 10s

This commit is contained in:
2025-07-07 13:12:36 -07:00
parent 04f1bb4d74
commit 7b51c317ca
2 changed files with 94 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
mutation EnsureStripeCustomerExists {
ensureStripeCustomerExists {
id
firebaseUid
username
stripeCustomerId
profileImageUri
isAdmin
fargoRating
videosPrivateByDefault
createdAt
updatedAt
}
}