Apollo client

Can i use apollo client with webix ? if yes then how can i install it and use it ?

Hello, @Naufil

Webix does not make big demands to the server-side.
Request can be customized via proxy. You can both customize Built-in Proxy Objects (e.g. GraphQL code is here), and create Custom Proxy Object.

Also, please, check the similar topic discussed here

Thanks @AlenaLisava