Excercise: Welcome Survey
🎯 Goal: Let's start with a survey (GraphQL style)!
Use a GraphQL mutation to submit your level of experience with GraphQL observability.
Before you start: Make sure you have joined the GraphOS Studio organization. If you don't have an Apollo account yet, you'll be prompted to create one. If you are an existing Apollo customer, you will need to join with an email address not associated with your company's SSO login.
Navigate to the workshop's graph in GraphOS Studio..
Open up the Explorer.
Build a mutation to submit your experience level with GraphQL observability.
If you are comfortable, include your company name with the survey.
💠Hints
✅ Solution
Run this operation:
mutation SubmitExperienceLevel($level: InsightsExperienceLevel!$companyName: String) {submitInsightsExperienceLevel(level: $level, companyName: $companyName)}
With the following variables:
{"level": "Trainee"}# (There are 4 possible values to choose from: "Novice", "Trainee", "Practitioner", or "Wizard")
Share your questions and comments about this lesson
Your feedback helps us improve! If you're stuck or confused, let us know and we'll help you out. All comments are public and must follow the Apollo Code of Conduct. Note that comments that have been resolved or addressed may be removed.
You'll need a GitHub account to post below. Don't have one? Post in our Odyssey forum instead.