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

danielbuechele picture danielbuechele  ยท  30Comments

benjie picture benjie  ยท  33Comments

calebmer picture calebmer  ยท  87Comments

FGRibreau picture FGRibreau  ยท  36Comments

chadfurman picture chadfurman  ยท  45Comments