| I think we could aproach that by just implementing upstream file feature. I have reviewed upstream feature by checking latest examples and I think that we do not need file support package on server as apollo provides comprehensive support for this on the server and client. WDYT? The only thing that we could think of will be to integrate with some storage solution however all of those should be available using Persistent Volumes for node server it should not matter what driver is being used on OpenShift. Approaches we can take: 1) Let users rely on upstream examples which are always up to date and have best patterns documented or linked in docs. - Little to No work 2) Build example simple server/client application in Apollo Server repo (as we done for keycloak) - We could just adjust upstream example. Moderate amount of work. 3) Add file upload to ionic example app (it will require adding new UI and complicating schema a lot + we will need to maintain this later. Significant amount of work No matter which way we will go we could base on https://blog.apollographql.com/file-uploads-with-apollo-server-2-0-5db2f3f60675 |