Mirror: The spec-compliant minimum of client-side GraphQL.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: export Extensions type (#36)

* fix: export Extensions type

* Create flat-tools-pretend.md

---------

Co-authored-by: Jovi De Croock <decroockjovi@gmail.com>

authored by

Julian Hundeloh
Jovi De Croock
and committed by
GitHub
0758d4f3 99b72ebd

+6 -1
+5
.changeset/flat-tools-pretend.md
··· 1 + --- 2 + "@0no-co/graphql.web": patch 3 + --- 4 + 5 + Export Extensions type
+1 -1
src/index.ts
··· 1 - export type { Source, Location } from './types'; 1 + export type { Source, Location, Extensions } from './types'; 2 2 3 3 export * from './ast'; 4 4 export * from './schemaAst';