all repos — caroster @ 6d34e82cb7b23a297cb314049eab1a599e50ffd7

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