postrust-graphql 0.2.1

GraphQL support for Postrust
Documentation
1
2
3
4
5
6
7
//! GraphQL input types for filters, ordering, and mutations.

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

// TODO: Implement input types