|
@@ -128,6 +128,10 @@ app.add_url_rule(
|
|
|
# https://strawberry.rocks/docs/operations/deployment
|
|
# https://strawberry.rocks/docs/operations/deployment
|
|
|
# https://strawberry.rocks/docs/integrations/flask
|
|
# https://strawberry.rocks/docs/integrations/flask
|
|
|
allow_queries_via_get=False,
|
|
allow_queries_via_get=False,
|
|
|
|
|
+ # Strawberry recently changed multipart request handling, which now
|
|
|
|
|
+ # requires enabling support explicitly for views.
|
|
|
|
|
+ # https://github.com/strawberry-graphql/strawberry/issues/3655
|
|
|
|
|
+ multipart_uploads_enabled=True,
|
|
|
),
|
|
),
|
|
|
)
|
|
)
|
|
|
|
|
|