If you want to find out whether the comments in your blog are positive or negative 🥵 😊 ðŸ˜, or just get some inspiration to build your own projects from pre-built GraphQL schemas, this workshop is for you! Anthony demonstrates how he selected and combined pre-built GraphQL schemas from GraphQL Studio, and used a single endpoint to analyze the sentiment of his Dev.to blog comments. Walk away with the know-how to select and assemble GraphQL schemas for popular SaaS services, and deploy a single endpoint:
- Selecting one, many, or a pre-configured combination of GraphQL schemas in GraphQL Studio
- Configuring the Google Natural Language and Dev.to APIs
- Running the queries you need: Google NaturalLanguage
analyzeSentiment
and Dev.togetCommentsByArticleId
- Stitching queries together using StepZen's
@sequence
directive