Is it possible to pass a Apollo Client GraphQL error from the server to the client

Is it possible to pass a Apollo Client GraphQL error from the server to the client

I have a GraphQL error from the Apollo error: const { data, loading, error } = useyQuery(); . I can see (and log) this error?.graphQLErrors on server …

 

Read More