fmaerkl-sw
Results
2
issues of
fmaerkl-sw
Notes: * `build_path/pubspec.yaml` needs to point to point to `../built_path_annotations` by path to build until a new version is on pub * Lower dart sdk versions than 3.0.0 might work...
### Expected behavior On a query using an external fragment inside an inline fragment like the following: ```graphql (...) ... on SomeType { ...MyFragment } (...) fragment MyFragment on SomeType...
Bug