How to handle binary data (like images)?
I am evaluating if I need Django+DRF for my next project, or if postgraphile would be enough.
I could not find any documentation about the support of binary data in your docs.
I don't believe that GraphQL is a good fit for binary data; I recommend you use a separate API for that and that you ignore the links below.
That said, if you really want to:
Most helpful comment
I don't believe that GraphQL is a good fit for binary data; I recommend you use a separate API for that and that you ignore the links below.
That said, if you really want to: