pub fn parse_graphql_sdl(path: &Path) -> Result<GraphQLSchema>
Parse GraphQL SDL from a file
path
Parsed GraphQLSchema or error
GraphQLSchema