hive-router 0.2.0

GraphQL router for Federation, part of the Hive platform
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod document;
pub mod fragment;
pub mod fragment_expansion;
pub mod hash;
pub mod minification;
pub mod normalization;
pub mod operation;
pub mod selection_item;
pub mod selection_set;
pub mod semantic_eq;

pub(crate) mod arguments;
pub(crate) mod merge_path;
pub(crate) mod type_aware_selection;
pub mod value;

pub(crate) mod mismatch_finder;
pub(crate) mod safe_merge;