-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add API documentation for set_original_claim
#1944
Add API documentation for set_original_claim
#1944
Conversation
Thanks @jayjay-w , and please remember to update the documentation here too: https://github.com/meedan/check/wiki/GraphQL-query-examples#create-fact-check |
Add API documentation for `set_original_claim` in the `createProjectMedia` mutation.
I have a tiny nitpick/suggestion, feel free to ignore it. Line 272 in 8bbfb88
— I would move |
8bbfb88
to
fc2ec51
Compare
@vasconsaurus this is ready for your re-review. Regarding, https://github.com/meedan/check/wiki/GraphQL-query-examples#create-original-claim-when-creating-fact-check, I updated it directly and now it should be in the correct section. |
Thanks @jayjay-w! Looks great 🚀 |
@jayjay-w we need this in |
* Add API documentation for `set_original_claim` Add API documentation for `set_original_claim` in the `createProjectMedia` mutation. * Adress reviewer feedback
Description
Add API documentation for
set_original_claim
in thecreateProjectMedia
mutation.References: CV2-4676
How has this been tested?
Confirmed that the changes are well formatted and the query example works.
Checklist