StoreCard
No description
type StoreCard {
id: ID!
name: String!
brand: String!
last4: String!
expMonth: String!
expYear: String!
}
No description
type StoreCard {
id: ID!
name: String!
brand: String!
last4: String!
expMonth: String!
expYear: String!
}
StoreCard.id ● ID! non-null scalarStoreCard.name ● String! non-null scalarStoreCard.brand ● String! non-null scalarStoreCard.last4 ● String! non-null scalarStoreCard.expMonth ● String! non-null scalarStoreCard.expYear ● String! non-null scalar