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