all repos — caroster @ 1b27f87d317fe2a90cceb3da3943ea4b18ff9676

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