Skip to content

Commit

Permalink
Merge pull request #1 from apollographql-education/timbotnik/schema-t…
Browse files Browse the repository at this point in the history
…weaks

None => Novice, firstName => companyName
  • Loading branch information
timbotnik authored Sep 20, 2024
2 parents fc3dcda + c06f5d6 commit 16c8070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subgraphs/experiences/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type Query {
How much experience someone has with Graph Insights.
"""
enum InsightsExperienceLevel {
None
Novice
Trainee
Practitioner
Wizard
Expand All @@ -49,6 +49,6 @@ type Mutation {
"""
submitInsightsExperienceLevel(
level: InsightsExperienceLevel!
firstName: String
companyName: String
): Boolean
}

0 comments on commit 16c8070

Please sign in to comment.