Categorygithub.com/aerogo/graphql
modulepackage
0.4.4
Repository: https://github.com/aerogo/graphql.git
Documentation: pkg.go.dev

# README

graphql

Godoc Report Tests Coverage Sponsor

A zero-configuration GraphQL server. Just give it your database and it'll do the rest.

Style

Please take a look at the style guidelines if you'd like to make a pull request.

Sponsors

Cedric FungScott RayapoulléEduard Urbach
Cedric FungScott RayapoulléEduard Urbach

Want to see your own name here?

# Functions

New creates a new GraphQL API.
Parse parses the request from the body reader and returns a GraphQL document.

# Structs

API represents the API configuration for GraphQL.
No description provided by the author
Document represents a GraphQL request.
Field represents a queryable field.
Fragment is a reusable specification of fields.
No description provided by the author
Operation represents an operation insides a GraphQL request.
No description provided by the author
Request describes the GraphQL input.
Response describes the GraphQL output.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Database is an interface for any kind of database.
No description provided by the author

# Type aliases

No description provided by the author
Map is a map of string keys bound to any arbitrary value.
Resolver represents the function signature of resolver functions.