Michael Machiah

Results 7 comments of Michael Machiah

None of these solutions worked in my situation. My package versions are: "expo": "^45.0.6", "expo-font": "~10.1.0", What I realized was that I had placed the following code in App.tsx: ```...

Same here. I am very enthusiastically contemplating using Apollo Client for all data (remote + local) but having the introspection break once I add a local schema is making me...

Hey guys, Update on my end. I actually figured out it wasn't an error on apollo's side, but on mine. I had a mistake in my typeDefs file. Even though...

@ElForastero here is an idea. I have at minimum the extend keyword: `extend type Query { ... }` ` extend type Mutation{ ...}` Would have to look over the docs...

What I think looking back was most frustrating for me, was the lack of error messages to help me debug the issues I had. Unfortunately, @ElForastero , @Remownz , there...

@peduarte, might this error prevention make it in the next release?

Hi @hadihallak, this is the message I sent you in Discord - I think you were able to pinpoint the issue then as you pointed me to this thread! Message...