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

# Packages

Package field is for analysing Go struct fields for use as GraphQL query fields (resolvers).
Package handler implements an HTTP handler to process GraphQL queries (and mutations/subscriptions) given an instance of a query struct (and optionally mutation and subscription structs) and a corresponding GraphQL schema.
Package schema can be used to generate a GraphQL schema (as a string) from Go structure(s) representing the GraphQL query (and mutation and subscription) entry points.