Guilherme

Results 48 issues of Guilherme

**Intended outcome:** I'm using `useQuery` hook with `subscribeToMore` function in my App. Is something like it: ```js const { subscribeToMore } = useQuery(GET_QUERY); useEffect(() => { subscribeToMore({ // do something...

🌐 React Native

Esse PR propõe a adição de alguns canais na lista presente no README. Sendo estes: - :us: [Ben Eater](https://www.youtube.com/channel/UCS0N5baNlQWJCUrhCEo8WlA): Canal com foco em assuntos de baixo nível. Onde a máquina...

Could we merge the features of [taion/graphql-relay-subscription](https://github.com/taion/graphql-relay-subscription) into this package? In my opinion, would be good to unify the features into this package.

Is there a way that I can return a union type on `outputFields`? I want to do something like it: ```graphql mutation userRegister($input: UserRegisterInput!) { userRegister(input: $input) { ... on...

When I put the `MapView` in something like this: ```jsx ``` When I try to zooming to reach the min value possible, I can zoom in until I see the...

This PR is based on the content described on the [validation page](https://docs.nestjs.com/techniques/validation), provided in the NestJS documentation. We need this PR because it adds the validation pipe that will be...

I try to put something like it: ``` * |Wkdy 3:00PM| Heading ``` But it generate this timestamp: `SCHEDULED: `. It works correctly only with other options, like `|Mon|`, `|1|`,...

bug

Can I specify the `viewerCanSee` function just for some `load`? Something like: ```ts UserLoader.load(context, userId, ctx => ctx.user.id) // On the third argument (optional), either return the `data` if the...

## Suggestion Instead of using just only one argument as an object with named properties, could be interesting to turn it in more arguments with something like: `createLoader(model, loaderName, options)`....