swell/sdl

Values

pub fn print_type(type_: schema.Type) -> String

Print a single GraphQL type as SDL

pub fn print_types(types: List(schema.Type)) -> String

Print multiple GraphQL types as SDL with blank lines between them

Search Document