the-events-calendar / ql-events

The Events Calendar binding to WPGraphQL
15 stars 7 forks source link

Add event connections to attendees types. #29

Closed justlevine closed 1 year ago

justlevine commented 3 years ago

Adds event connections to the various attendee types. Closes #24 .

  1. The Event type has rSVPAttendees, payPalAttendees, and wooAttendees.
  2. rSVPAttendees, payPalAttendees, and wooAttendees can now be filtered by where : { eventsIn: $id }.

Note:

justlevine commented 3 years ago

Requested changes merged.

kidunot89 commented 1 year ago

@justlevine @bordoni This functionality was implemented in #46