all repos — caroster @ d2e47634bff1fe498b6b81f90a89ff0b5817c5c8

[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);