StripeProduct
No description
type StripeProduct {
id: ID!
name: String!
description: String!
}
Fields
StripeProduct.id
● ID!
non-null scalar
StripeProduct.name
● String!
non-null scalar
StripeProduct.description
● String!
non-null scalar
Member Of
StripePrice
object