-
Notifications
You must be signed in to change notification settings - Fork 6
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
Entity.add...Revision #400
Comments
Since the revisions can have different fields (v.g. article has |
Could the mutation accept a union type? edit: not really it seems -.- |
No, it doesn't. Also not interface. It is quite frustating. But anyways, instead of many mutations, I thought it would be tidier to put them all in the EntityMutation namespace. So, we will have EntityMutation.addCoursePageRevision, EntityMutation.addArticleRevision and so on. |
Mutation to replace legacy mutation which is doing the same thing. It should include:
changes
content
shouldReview
subscriptionSetEmail
subscriptionNotify (or a better name)
entityId
metaDescription
metaTitle
title
The text was updated successfully, but these errors were encountered: