Skip to content

Commit c647919

Browse files
doc: Updates readme dev roadmap
1 parent d319247 commit c647919

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,10 @@ public struct EmailAddress: Scalar {
214214

215215
## Development Roadmap
216216

217-
1. Directives: Directives are currently not supported
218-
2. Improved testing: Generator tests should cover much more of the functionality
219-
3. Additional examples: Ideally large ones that cover significant GraphQL features
220-
4. Enhanced configuration: There should be configuration options for the build plugin itself
221-
5. Executable Schema: To work around the immutability of some Schema components, we generate Swift code to fully recreate the defined schema. Instead, we could just add resolver logic to the schema parsed from the `.graphql` file SDL.
217+
1. Generated Object namespacing: Especially for Input types, which are commonly suffixed with `Input`, creating `XInputInput` structs. Also, we should minimize interference with the user's namespace as much as possible.
218+
2. Directives: Directives are currently not supported
219+
3. Enhanced configuration: There should be configuration options for the build plugin itself
220+
4. Executable Schema: To work around the immutability of some Schema components, we generate Swift code to fully recreate the defined schema. Instead, we could just add resolver logic to the schema parsed from the `.graphql` file SDL.
222221

223222
## Contributing
224223

0 commit comments

Comments
 (0)