1
0
mirror of https://github.com/vercel/commerce.git synced 2025-05-08 10:47:51 +00:00
2021-06-02 11:46:38 -03:00

8 lines
105 B
TypeScript

export const logoutMutation = /* GraphQL */ `
mutation logout {
logout {
success
}
}
`