postrust-graphql 0.4.0

GraphQL API and realtime subscriptions generated from a PostgreSQL schema
Documentation
1
2
3
4
5
6
7
//! GraphQL input types for filters, ordering, and mutations.

pub mod filter;
pub mod mutation;
pub mod order;

// TODO: Implement input types