Phil Pluckthun

Results 299 comments of Phil Pluckthun

@gterras For a field to be marked as used the result type has to flow through to a type in your code. The type checker here can't infer the type...

@palmamartin I'm not sure what your use-case here is, so it might be useful for you to open a discussion with more details 🤔 Basically, a CLI can of course...

@paolostyle: Just to point this out, since I've just seen this by chance. We explicitly don't recommend mixing non-`GraphQLSP` diagnostic/editor tooling with `GraphQLSP`. I know this is specifically an issue...

At least when using GraphQLSP with `gql.tada`, this will be resolved, RFC: https://github.com/0no-co/gql.tada/issues/248 Implementation PRs to land soon are: - https://github.com/0no-co/gql.tada/pull/261 - https://github.com/0no-co/GraphQLSP/pull/309 - https://github.com/0no-co/GraphQLSP/pull/303 Closing this in favour of...

This is a bit besides the point, but let me take a larger circle into why we haven't added support for this yet. Creating multiple `*.graphql` files to compose into...

I think this basically comes down more to how the Astro language server integrates with TypeScript and/or whether they have a TS plugin that works around the different file formats....

@marklawlor Currently, at least per my assumption, output bundles that happen to share a name should be unlikely to share the same hash. I did consider using a form of...

@EvanBacon: There's an additional E2E test on here now (mirroring the structure of the `server-root-group` test as discussed). I also manually tested what would happen if the contents of both...

Not saying this isn't PR necessary, but in case people stumble upon this PR, we recommend `TypedDocumentNode`-based tools to be used for deriving types for GraphQL operations, even with `@urql/vue`...

You might be better off splitting this result up or modelling your mutation differently. Basically, updating is an all or nothing approach unless you trigger query updates in another way....