-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Dynamic registerCustomerAccount mutation #388
Comments
This is related to this issue #387 |
It would also be nice to have a way of setting the custom fields of an Order. 👍 |
@oncode Do you mean setting Order custom fields via the Admin API & Admin UI? |
@michaelbromley via the Admin API. I think there is currently no mutation where you can set the custom fields of the Order type. As example my use case: Currently I have an optional comment field at the end of the checkout and save it via the metadata param of |
@oncode Yep, that makes sense. In the both the Shop & Admin API I think we'd want a separate mutation to modify the custom fields. I agree that tacking it on to Would you mind opening a new issue for this so we can track it? |
@michaelbromley Ah yes sry, actually meant Shop API, but Admin API would also make sense. Will add a new issue. 👍🏻 |
I 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.
The text was updated successfully, but these errors were encountered: