Files
automatisch/packages/web/src/graphql/queries/get-paddle-info.ee.ts
2023-03-20 23:24:04 +00:00

11 lines
161 B
TypeScript

import { gql } from '@apollo/client';
export const GET_PADDLE_INFO = gql`
query GetPaddleInfo {
getPaddleInfo {
sandbox
vendorId
}
}
`;