Marco Wettstein
                                            Marco Wettstein
                                        
                                    @bennettrogers so we need to wait until that is resolved in nexus-plugin-prisma
upstream PR is open, not sure if it will be merged soon https://github.com/graphql-nexus/nexus-plugin-prisma/pull/804
i agree that it should work with fragments too that use other fragments. what's the solution you would propopse?
same as https://github.com/panter/ra-data-prisma/issues/32 its an upstream issue. nexus-plugin-prisma suffers from the same problem https://github.com/graphql-nexus/nexus-plugin-prisma/pull/804
can you check again with newest version? i just merged a PR https://github.com/panter/ra-data-prisma/pull/60 but i am not sure if it solves your problem
@sMteX would be awesome if you could send a PR that fixes it!
https://github.com/panter/ra-data-prisma/blob/master/packages/dataprovider/README.md#custom-filters should also work around this!
that is probably related to https://github.com/meteor/meteor/issues/9521 which has been fixed by latest rc
workaround: in your `.yarnrc.yml` add this: ``` packageExtensions: "@jscpd/html-reporter@*": dependencies: "@jscpd/finder": "*" ```
did run into the same, https://github.com/storybookjs/storybook/issues/18435#issuecomment-1165672499 's workaround solved it