Hi, I am working on a vue + graphql project where we have to create a participant, who can be an external user or an internal user. So when I save the participant I would like to use the email on it to look up the registered users to see if we have an internal user with this email. Is there a way for me to do this when sending a new participant to the mutation?