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

Update Form Mutation is sending first: 50 in input payload #10

Open
ed-zm opened this issue Jun 27, 2019 · 0 comments
Open

Update Form Mutation is sending first: 50 in input payload #10

ed-zm opened this issue Jun 27, 2019 · 0 comments

Comments

@ed-zm
Copy link

ed-zm commented Jun 27, 2019

The mutation generated by <UpdateForm /> is inserting first: 50 in the input payload

{"operationName":"mutationFn","variables":{"where":{"id":"cjxcmchik00330791n4y3vvl3"},"first":50,"data":{"id":"cjxcmchik00330791n4y3vvl3","name":"Eduardo Zarraga M","email":"eduardoandres8391@hotmail.com","avatar":null}},"query":"mutation mutationFn($where: UserWhereUniqueInput!, $data: UserUpdateInput!) {\n updateUser(data: $data, where: $where) {\n id\n name\n email\n avatar\n __typename\n }\n}\n"}

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

1 participant