package
0.2.0
Repository: https://github.com/andrewwphillips/eggql.git
Documentation: pkg.go.dev

# Functions

Build generates a string containing a GraphQL schema.
MustBuild calls Build but panics on error It takes an (optional) map of enums followed by (up to) 3 root objects (query, mutation, subscription).

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

EntryPoint is an "enumeration" for the 3 different types of GraphQL entry point (query, mutation, subscription).