15 lines
235 B
Plaintext
15 lines
235 B
Plaintext
|
mutation EnsureStripeCustomerExists {
|
||
|
ensureStripeCustomerExists {
|
||
|
id
|
||
|
firebaseUid
|
||
|
username
|
||
|
stripeCustomerId
|
||
|
profileImageUri
|
||
|
isAdmin
|
||
|
fargoRating
|
||
|
videosPrivateByDefault
|
||
|
createdAt
|
||
|
updatedAt
|
||
|
}
|
||
|
}
|