Apollo Client: Network Error {“type”:“WriteError”}
问题 I am getting Network Error {"type":"WriteError"} on my apollo query. Query executes just fine as well as it arrives to the client. But there is issue writing it tot he store. Any ides what can be going wrong? This is the query: fragment BpmnProcessInstanceItemTask on BpmnTaskInstance { id dateStarted dateFinished task { name __typename } performer { name __typename } performerRoles __typename } fragment BpmnProcessInstanceItem on BpmnProcessInstance { id status process { name description type