Safe Haskell | None |
---|---|
Language | Haskell2010 |
Mu.GraphQL.Quasi
Documentation
Imports an GraphQL schema definition from a file.
type Primitives = [(Name, TypeQ)] Source #
graphqlWithExtendedPrimitives Source #
Arguments
:: Primitives | |
-> String | |
-> FilePath | Route to the file |
-> Q [Dec] |
Imports an GraphQL schema definition from a file.