Skip to main content

GraphQLErrorNotes

Type Alias GraphQLErrorNotes 

Source
pub type GraphQLErrorNotes = SmallVec<[GraphQLErrorNote; 2]>;
Expand description

Type alias for error notes.

Uses SmallVec since most errors have 0-2 notes, avoiding heap allocation in the common case.

Aliased Typeยง

pub struct GraphQLErrorNotes { /* private fields */ }