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

[Feature Request] Add connected event to RSVP/Tickets and Attendees #24

Open
justlevine opened this issue Dec 22, 2020 · 2 comments
Open

Comments

@justlevine
Copy link
Contributor

justlevine commented Dec 22, 2020

Trying to replicate the Who's Attending block, as well as display the associated event on a user's ticket, but it seems that information isnt part of the various ticket nodes.
E.g.

events { 
    nodes { 
        wooAttendees # or any other attendee type.
     }
 }
wooAttendees (where: eventIn: "list of events"){}
products {
    nodes {
       ... on SimpleProduct {
           event
       }
   }
}

Happy to try it myself and submit a PR, but I'm not entirely sure where in the docs (or the plugin) these sorts of connections are covered. A push in the right direction would be really appreciated!

@dingo-d
Copy link

dingo-d commented Apr 21, 2021

Will this feature make it possible to connect event ticket attendees (PayPal and rsvp) to events? Because atm I don't see a way this can be done 🤷🏼‍♂️

@justlevine
Copy link
Contributor Author

@dingo-d that's exactly my use case. I have a better understanding of WPGraphQL now, so next time my schedule frees up I might take a gander at a PR 🤞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants