File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,12 +89,12 @@ GraphQLJavaGen.new(schema,
8989).save_granular(" #{ Dir .pwd} /../MyApp/src/main/java/com/example/MyApp/" )
9090```
9191
92- When using the granular option, the ` com.example.MyApp ` package wil contain many small
92+ When using the granular option, the ` com.example.MyApp ` package will contain many small
9393class files each containing a single GraphQL schema entity.
9494
9595### Generated code
9696
97- Regarless of whether you use the monolith or granular schema generator, the usage is largely the same.
97+ Regardless of whether you use the monolith or granular schema generator, the usage is largely the same.
9898The only difference depends on whether you access the schema entities directly from the provided package
9999or as nested, static classes on the ` ExampleSchema ` class.
100100
You can’t perform that action at this time.
0 commit comments