Crate graphql_config[][src]

This crate provides deserialize for GraphQL configs following the graphql-config specification.

Structs

GraphQLConfiguration

GraphQLConfiguration is the type of the whole JSON document. It contains the top-level configuration (which serializes in the root field) and also optionally project-specific configuration in the projects field. The shapes of the top-level configuration and project-specific configurations are exactly the same.

GraphQLProjectConfiguration

The top-level configuration and project-specific configurations share this shape.