kevinbarabash / compiler

2 stars 0 forks source link

Gql inference #63

Closed kevinbarabash closed 2 years ago

kevinbarabash commented 2 years ago

This infers the type GqlOperation<TData, TVariables> from gql tagged template literals.

This PR also adds a multiline param to print() for outputting types as multiline strings.