You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> if you don't have your own Python module, it's possible to use relative path by having the `procotols.py` in the same directory as your script/transform/generator
103
+
> if you don't have your own Python module, it's possible to use relative path by having the `protocols.py` in the same directory as your script/transform/generator
104
104
105
105
## Generating Pydantic models from GraphQL queries
106
106
@@ -110,7 +110,7 @@ When working with GraphQL queries, you can generate type-safe Pydantic models th
110
110
111
111
Generated Pydantic models from GraphQL queries offer several important benefits:
112
112
113
-
-**Type Safety**: Catch type errors at development time instead of runtime
113
+
-**Type Safety**: Catch type errors during development time instead of at runtime
114
114
-**IDE Support**: Get autocomplete, type hints, and better IntelliSense in your IDE
115
115
-**Documentation**: Generated models serve as living documentation of your GraphQL API
116
116
-**Validation**: Automatic validation of query responses against the expected schema
0 commit comments