ql-events icon indicating copy to clipboard operation
ql-events copied to clipboard

Attendee interface/connections/mutations added. Order interface added.

Open kidunot89 opened this issue 2 years ago • 0 comments

Summary

  • Implements #36
  • Adds Attendee Interface type along with the attendee connections from RootQuery and Event.
  • Adds OrderInterface (Couldn't rename WooGraphQL's Order type) interface type.
  • Adds Attendee data field for query attendee meta.
  • Adds attendees field to Order type
  • Adds registerAttendee mutation
  • Adds updateAttendee mutation
  • AttendeeQueriesTest and AttendeeMutationsTest implemented.

kidunot89 avatar Jun 16 '22 06:06 kidunot89