Dynamic registerCustomerAccount mutation
See original GitHub issueI added a few custom customer options in config but they are not in registerCustomerAccount
mutation.
I think that the mutation registerCustomerAccount should be dynamic because Vendure have a feature to customize the Customer schema.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Mutations in Apollo Client - Apollo GraphQL Docs
To execute a mutation, you first call useMutation within a React component and pass it the mutation ... import { gql, useMutation }...
Read more >graphql - Sending dynamic number of mutations at once
A good way to deal with this is to create a new mutation that supports multiple ids, validate and delete all in the...
Read more >Is there a way to generate mutations dynamically using JSON ...
My team is working on creating a dynamic form library that populates forms from mutation inputs. The only hangup in automating this process...
Read more >GraphQL Mutation Design: Hypermedia GraphQL API
Over the past few days I've been posting about designing mutations in GraphQL. ... interfaces dynamically by including hypermedia links with the responses....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It would also be nice to have a way of setting the custom fields of an Order. 👍
@michaelbromley Ah yes sry, actually meant Shop API, but Admin API would also make sense. Will add a new issue. 👍🏻