reason-apollo-hooks icon indicating copy to clipboard operation
reason-apollo-hooks copied to clipboard

Deprecated in favor of https://github.com/reasonml-community/graphql-ppx

Results 24 reason-apollo-hooks issues
Sort by recently updated
recently updated
newest added

I'm following the basic useQuery example (https://github.com/reasonml-community/reason-apollo-hooks#usequery-arrow_up) but am receiving the following error: ``` 161 ┆ [@react.component] 162 ┆ let make = () => { 163 ┆ let (simple, _)...

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

Right now, `~variables` expects any type: ```reason let useQuery: ( ~client: ApolloClient.t=?, ~variables: 'raw_t_variables=?, ~notifyOnNetworkStatusChange: bool=?, ~fetchPolicy: ApolloHooksTypes.fetchPolicy=?, ~errorPolicy: ApolloHooksTypes.errorPolicy=?, ~skip: bool=?, ~pollInterval: int=?, ~context: Context.t=?, graphqlDefinition('t, 'raw_t) ) =>...

I wonder if #117 presents an opportunity to cut an `apollo-client-3` branch and do some restructuring to better match types (and possibly modules) in `@apollo/client`? I’d be happy to help...

Does the library support loading additional data from a subscription after a query is executed? Subscriptions are difficult to use efficiently without this functionality: https://www.apollographql.com/docs/react/data/subscriptions/#subscribetomore To get around this I...

I ran into this issue yesterday, which prevents authenticating websocket connections based on tokens in a request header. Any other ways people are working around this? See a similar issue...

https://www.apollographql.com/docs/react/api/react-hooks/#uselazyquery Hey there, Just thought I'd document this. I might end up doing it myself in the next couple of days if its necessary. Thank you

https://github.com/reasonml-community/graphql_ppx#-apollo-mode

good first issue

Currently there is no way to not to avoid to use a escape hatch bs.raw to do the logic. Probably we could recommend the usage of https://github.com/jaredly/js_deep_ppx? And of course...