Postgraphile: How to handle binary data (like images)?

Created on 5 Dec 2020  ยท  1Comment  ยท  Source: graphile/postgraphile

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.

โ” question

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:

>All comments

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:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

safaiyeh picture safaiyeh  ยท  3Comments

5argon picture 5argon  ยท  4Comments

CarlFMateus picture CarlFMateus  ยท  4Comments

tonyhschu picture tonyhschu  ยท  3Comments

giacomorebonato picture giacomorebonato  ยท  3Comments