ngrx-data-lab icon indicating copy to clipboard operation
ngrx-data-lab copied to clipboard

Example Apollo/GraphQL ?

Open benjamingb opened this issue 6 years ago • 1 comments

I think ngrx-data is ready to interact with an API-REST, but if I want to use GraphQL, will they have an example? Thanks

benjamingb avatar Jul 08 '19 03:07 benjamingb

an example would be great. But basically you can just implement DefaultDataService interface in a custom service which uses apollo. Didn't try myself but that would be the proper way I guess.

Ref: https://ngrx.io/guide/data/entity-dataservice

CodewindOnGithub avatar Nov 28 '19 13:11 CodewindOnGithub