Surya Tresna Agung

Results 4 comments of Surya Tresna Agung

@Geal > Do you currently have a gateway that supports it? I used https://github.com/nautilus/gateway for gateway before, and this library supports multipart upload. > the subgraph supports multipart upload too...

I've got the same issue. My problem was solved with the change using `New` instead of `NewDefaultServer` something like this ``` srv := handler.New(graph.NewExecutableSchema(graph.Config{ Resolvers: resolver, })) ``` If you...