hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
31.17k stars 2.77k forks source link

Routes in actions codegen for python-fastapi broken. #7310

Open hvinayan opened 3 years ago

hvinayan commented 3 years ago

Routes always point to /items/ on the actions python/fast-api codegen. python-fastapi: (broken) image nodejs-express: (correct) image

gql-engine version: v2.0.3-cloud.1 Postgres version: PostgreSQL 13.3

linhdb-2149 commented 2 years ago

@hvinayan Have u succeeded in writing actions with FastAPI? It's only work with non input action for me, any ideas?