mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 23:16:59 +00:00
9 lines
148 B
TypeScript
9 lines
148 B
TypeScript
export const eligiblePaymentMethods = /* GraphQL */ `
|
|
query eligiblePaymentMethods {
|
|
eligiblePaymentMethods {
|
|
id
|
|
code
|
|
}
|
|
}
|
|
`
|