Function validate_graphql_schema

Source
pub fn validate_graphql_schema(
    sdl_schema: &str,
) -> Result<ServiceDocument, Error>