Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TRPC mutation batching #199

Open
UndefinedBehaviour opened this issue Jan 18, 2024 · 1 comment
Open

TRPC mutation batching #199

UndefinedBehaviour opened this issue Jan 18, 2024 · 1 comment

Comments

@UndefinedBehaviour
Copy link

I tried to run a batched mutation in TRPC like this:

...
        steps:
            - name: trpc mutation batching
              http:
                  url: ${{env.url}}
                  trpc:
                      mutation:
                          - createObject:
                                json:
                                   { name: 'Bob' }
                          - createObject:
                                json:
                                   { name: 'Jack' }
                  check:
                      status: 200

I got an error like "No "mutation"-procedure on path ..."
Am I doing something wrong or that's not supported yet?

@mishushakov
Copy link
Member

You should provide concrete code examples (tRPC backend), otherwise I cannot reproduce

@UndefinedBehaviour UndefinedBehaviour changed the title TRPC mutartion batching TRPC mutation batching Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants