all repos — caroster @ 8f6ee2d5cc57223f2192b61caad42a84deb22b96

[Octree] Group carpool to your event https://caroster.io

e2e/lib/gqlSdk.ts (view raw)

1import { getSdk } from "../graphql";
2import { GraphQLClient } from "graphql-request";
3
4const ENDPOINT = "http://localhost:1337/graphql";
5
6const graphqlClient = new GraphQLClient(ENDPOINT);
7export const sdk = getSdk(graphqlClient);