Type Alias DirectiveDefinition

Source
pub type DirectiveDefinition = DirectiveDefinition<'static, String>;

Aliased Type§

pub struct DirectiveDefinition {
    pub position: Pos,
    pub description: Option<String>,
    pub name: String,
    pub arguments: Vec<InputValue<'static, String>>,
    pub repeatable: bool,
    pub locations: Vec<DirectiveLocation>,
}

Fields§

§position: Pos§description: Option<String>§name: String§arguments: Vec<InputValue<'static, String>>§repeatable: bool§locations: Vec<DirectiveLocation>