Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 421 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 421 Bytes

@app/graphql

This folder contains the auto-generated types and components produced by graphql-code-generator, from the GraphQL files found inside @app/client. You can import them like:

/*
 * e.g. if you have `mutation DoTheThing { ... }`, then you can import the
 * Apollo React Hook via:
 */
import { useDoTheThingMutation } from "@app/graphql";