2. Welcome Survey
3m

Excercise: Welcome Survey

🎯 Goal: Let's start with a survey ( style)!

Use a 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.

  1. Navigate to the workshop's graph in GraphOS Studio..

  2. Open up the Explorer.

  3. Build a to submit your experience level with observability.

  4. If you are comfortable, include your company name with the survey.

💭 Hints

✅ Solution

Run this :

mutation SubmitExperienceLevel(
$level: InsightsExperienceLevel!
$companyName: String
) {
submitInsightsExperienceLevel(level: $level, companyName: $companyName)
}

With the following :

{
"level": "Trainee"
}
# (There are 4 possible values to choose from: "Novice", "Trainee", "Practitioner", or "Wizard")
Task!
Previous

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.