architect-api 2.1.2

Architect.xyz Trading Platform API
Documentation
1
2
3
4
5
6
7
8
# architect-api

## GraphQL support via Juniper

Trivial types, and types with only one obvious schema, come with implementations of 
GraphQL traits for use with the `juniper` crate.  These can be enabled using the
`juniper` feature flag.  In general, however, the user should write their own wrapper
types for a bespoke GraphQL schema.