Paco Dupont

Results 11 issues of Paco Dupont

This PR adds a base mercurius span to the fastifyGraphql decorator and the cached attribute. ![image](https://user-images.githubusercontent.com/1575833/102070713-c4a47880-3dff-11eb-952f-e7da3ab9915b.png)

It would be awesome to support these directives, see: https://www.apollographql.com/blog/new-features-in-graphql-batch-defer-stream-live-and-subscribe-7585d0c28b07/ I haven't found any implementation yet but I read this will be part of apollo 3.0. I have no idea...

help wanted

The gateway doesn't merge services schema correctly if `extend` is not used. The following schemas: ``` type Notification { id: ID! message: String } type Query { notifications: [Notification] }...

The `_service { sdl }` is not updated on `extendSchema` with `federationMetadata: true`, which means that `extendSchema` does not work at all if federation is enabled because the sdl does...

Gateway entities resolver should not send `_entities` query if there is no representations. It shouldn't even be possible based on the definition of the query : `_entities(representations: [_Any!]!): [_Entity]!`. This...

I'm looking for a way to take advantage of Fastify schema validation and serialization. GraphQL allows type validation but this is not enough for user inputs validation. For now I'm...

Hi, I did some tests to package a library that depends on threads.js and is built with parcel-bundler. For compatibility purposes with NodeJS and browsers the library is written in...

question

Hi, it would be really nice to have a package that exposes the library index https://github.com/stac-utils/stac-server/blob/master/libs/index.js so anyone can use the API implementation and deploy it as needed. For exemple...

### Which component is affected? Qwik City (routing) ### Describe the bug Calling `action.submit` from a useVisibleTask$ or useTask$ hangs indefinitely and breaks the application ### Reproduction https://stackblitz.com/edit/qwik-starter-iwkete?file=src/routes/index.tsx ### Steps...

bug
triage
Priority

The gateway doesn't merge services schema correctly if `extend` is not used. The following schemas: ``` type Notification { id: ID! message: String } type Query { notifications: [Notification] }...