railbird-gql/src/operations/payments.gql

15 lines
235 B
Plaintext
Raw Normal View History

mutation EnsureStripeCustomerExists {
ensureStripeCustomerExists {
id
firebaseUid
username
stripeCustomerId
profileImageUri
isAdmin
fargoRating
videosPrivateByDefault
createdAt
updatedAt
}
}