This repository has been archived by the owner on Oct 22, 2020. It is now read-only.
Changes to submitSurveyResponse mutation #2309
Labels
Server-Side
Any issue regarding the server side components.
Milestone
Task
elife-xpub/packages/component-submission/server/typeDefs.graphqls
Line 12 in 7dbf988
submitSurveyResponse
mutation currently takes a single data variable which is typeSurveySubmission
, this adds a layer of abstraction which could be removed by having three variables sent as part of the mutation call.We should also be returning a Survey object back on this call instead of a Boolean as this is best practice with graphql.
The text was updated successfully, but these errors were encountered: