postrust-graphql 0.2.4

GraphQL API and realtime subscriptions generated from a PostgreSQL schema
Documentation
1
2
3
4
5
6
7
//! GraphQL resolvers for queries, mutations, and field resolution.

pub mod field;
pub mod mutation;
pub mod query;

// TODO: Implement resolvers