manticarodrigo
03/07/2018, 10:42 PMapollo-upload-server and apollo-upload-client here’s an example repo: https://github.com/manticarodrigo/prisma-s3. I’ll be posting a tutorial soon!nilan
03/08/2018, 9:24 AMmanticarodrigo
03/08/2018, 4:13 PMapollo-upload-server so that files can be sent via client-side through a mutation and then handled on the server-side. This way we are abstracting away the s3 upload part to the server. One limitations to this is not having a way of keeping track of upload progress unless a subscription is created for it. An advantage is sending the mutation with the file simultaneously instead of waiting for file upload. I’ll share on Graphcool Forum once my tutorial is up explaining it in better detail!nilan
03/08/2018, 4:14 PMlawjolla
03/08/2018, 4:16 PMupload as a channel and update the pubsub from the mutation resolvermanticarodrigo
03/08/2018, 4:19 PMbeb
03/08/2018, 6:42 PMmanticarodrigo
03/08/2018, 9:12 PMlawjolla
03/08/2018, 9:32 PMmanticarodrigo
03/08/2018, 9:39 PM