apollo-federation-types 0.17.0

apollo-federation-types contains types used by plugins for the Rover CLI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#[cfg(feature = "build")]
pub mod rover;

#[cfg(feature = "build_plugin")]
pub mod build_plugin;

#[cfg(feature = "config")]
pub mod config;

#[cfg(feature = "composition")]
pub mod composition;
pub mod javascript;

pub(crate) type UncaughtJson = std::collections::BTreeMap<String, serde_json::Value>;