You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abstract type Message must resolve to an Object type at runtime for field Query.history with value "[object Object]", received "undefined". Either the Message type should provide a "resolveType" function or each possible types should provide an "isTypeOf" function."
Does the app run for you by default? I'm pointing it at a patchbay data set, so maybe you're using some test data that's different to what I have?
The text was updated successfully, but these errors were encountered:
OK, looked into it a bit deeper. Looks like maybe you're in the process of moving from .graphql files into schemas defined in javascript, and that's only partially complete. Is that about right? Do you have the code somewhere that's not pushed? It's getting late here, I'll probably sign off for the night now, and look at maybe pushing this forward a bit tomorrow.
I eventually found a solution last night, I just switched everything to the DefaultMessage type and then I fixed some issue where some messages don't have a type. Working branch here.
Hey, I really appreciate your involvement here. I haven't done much with this project for a while but I'll dust it off and see if I can remember where my head was at.
Tried looking at the history and got this:
Does the app run for you by default? I'm pointing it at a patchbay data set, so maybe you're using some test data that's different to what I have?
The text was updated successfully, but these errors were encountered: