Ethan Ruoff
Results
2
issues of
Ethan Ruoff
This PR adds more documentation around lists in the schema basics documentation page. More specifically it adds the following: - Explicitly state that nested lists work as defined [here](https://spec.graphql.org/October2021/#sec-List) in...
## Description This PR fixes issue #1787 by checking in `Fs::write_file` if a directory was passed. If so, it calls `create_dir_all` to add any missing directories. ## Questions - While...