Elysiajs + GraphQL Yoga: How do I log the query and name of the graphql api being called?

Elysiajs + GraphQL Yoga: How do I log the query and name of the graphql api being called?

All graphql apis are sent to the same /graphql endpoint, so I don’t know which function is being used. Since cloning the body in any way is prevented, …

 

Read More