We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf7ea4 commit 09a9f49Copy full SHA for 09a9f49
src/fastcs/backends/graphQL/graphQL.py
@@ -93,7 +93,6 @@ async def _dynamic_f() -> Any:
93
def _add_dev_attributes(
94
field_dict: dict[str, list[StrawberryField]], mapping: Mapping
95
) -> None:
96
- pass
97
for single_mapping in mapping.get_controller_mappings():
98
path = single_mapping.controller.path
99
# nest for each controller
0 commit comments