Skip to content
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 Submission to the GraphQL Schema #202

Closed
3 tasks done
theyokohamalife opened this issue Aug 2, 2023 · 0 comments · Fixed by #208
Closed
3 tasks done

Add Submission to the GraphQL Schema #202

theyokohamalife opened this issue Aug 2, 2023 · 0 comments · Fixed by #208
Assignees
Labels
enhancement New feature or request graphQL schema

Comments

@theyokohamalife
Copy link
Collaborator

theyokohamalife commented Aug 2, 2023

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

  • Create a new Type in schema.graphql called Submission.
  • Create a new Input in schema.graphql for Submission.
  • Update the Query Type to include submission and submissions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request graphQL schema
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants