We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need a place in the database to store data submitted by users. This data will likely contain incomplete and inaccurate information.
There's a new Submission type that can be queried in GraphQL.
schema.graphql
submission
submissions
The text was updated successfully, but these errors were encountered:
theyokohamalife
evan-desu
Successfully merging a pull request may close this issue.
Problem
We need a place in the database to store data submitted by users. This data will likely contain incomplete and inaccurate information.
Success
There's a new Submission type that can be queried in GraphQL.
Implementation Details
schema.graphql
called Submission.schema.graphql
for Submission.submission
andsubmissions
.The text was updated successfully, but these errors were encountered: