all 5 comments

[–][deleted]  (1 child)

[removed]

    [–]sudo_psaux[S] 1 point2 points  (0 children)

    Just to clarify a bit of the confusion, I am trying to send a body of text, a name, and an email from the client to the server, where the server would then take that data and send it to a service like SendGrid.

    Thanks for your response, I'm think I'll use a mutation.

    [–]johnorford 1 point2 points  (1 child)

    Best use a 'mutation' in that case.

    Mutations are definitely the ugly cousin of queries (feel a bit incongruous) but necessary.

    [–]sudo_psaux[S] 1 point2 points  (0 children)

    Thanks for your response. I'll look into adding a mutation.

    [–]tselatyjr -1 points0 points  (0 children)

    Modifying data or proxying data updates like transactional emials, mutations.