graphql-composition 0.12.2

An implementation of GraphQL federated schema composition
Documentation
pub(super) const AUTHENTICATED: &str = "authenticated";
pub(super) const COMPOSE_DIRECTIVE: &str = "composeDirective";
pub(super) const COST: &str = "cost";
pub(super) const EXTERNAL: &str = "external";
pub(super) const EXTENDS: &str = "extends";
pub(super) const INACCESSIBLE: &str = "inaccessible";
pub(super) const INTERFACE_OBJECT: &str = "interfaceObject";
pub(super) const INTERNAL: &str = "internal";
pub(super) const KEY: &str = "key";
pub(super) const LINK: &str = "link";
pub(super) const LIST_SIZE: &str = "listSize";
pub(super) const LOOKUP: &str = "lookup";
pub(super) const DERIVE: &str = "derive";
pub(super) const OVERRIDE: &str = "override";
pub(super) const POLICY: &str = "policy";
pub(super) const PROVIDES: &str = "provides";
/// The composite schema spec `@require`.
pub(super) const REQUIRE: &str = "require";
pub(super) const IS: &str = "is";
/// The federation spec `@requires`.
pub(super) const REQUIRES: &str = "requires";
pub(super) const REQUIRES_SCOPES: &str = "requiresScopes";
pub(super) const SHAREABLE: &str = "shareable";
pub(super) const TAG: &str = "tag";