# README
graphql
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 Fung | Scott Rayapoullé | Eduard Urbach |
Want to see your own name here?
# 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