Lucas Franco
Lucas Franco
i'm using ``` "@apollo/client": "^3.0.0-beta.50", ``` useLazyQuery with refetch doesn't trigger onCompleted when i modify the fetchPolicy in here: ``` export const client = new ApolloClient({ version: '1', resolvers: {},...
``` const errorLink: any = onError( ({ operation, forward, graphQLErrors, networkError }) => { const { dispatchModal } = useContext(ModalContext); console.log(operation); console.log(forward); if (graphQLErrors) { graphQLErrors.forEach(({ message, locations, path })...
Hi Guys, react-create-app works with absolute path but the graphql.macro doesn't work. Any ideas how to make it work? Thanks, Lucas
I'm trying to get info for a sound located at: ``` https://api.twilio.com/2010-04-01/Accounts/AC59f045f6bbe657c72a2bfbdf7736b5cd/Recordings/RE8d57ef4c537183172c3c819fcbff6b66.mp3 ``` for some reason I received the following error: ``` RCTJSONStringify() encountered the following error: Invalid number value...