rpitv / glimpse

Monorepo for the RPI TV Glimpse project
MIT License
3 stars 1 forks source link

Contact submissions rewrite #1

Closed robere2 closed 9 months ago

robere2 commented 9 months ago

This PR adds support for "types" of contact submissions. Currently this includes:

When creating or updating a new contact submission, the corresponding create/update GraphQL resolver needs to be used (e.g. createContactSubmissionProductionRequest). Reading or deleting contact submissions use the same resolver for all types.

This branch is copied from the old rpitv/glimpse-api repository.