GraphQL - Schema Definition Language (SDL)
Consider this enum definition:
Which of the following enum definitions will cause a schema validation error?
enum Level { BEGINNER INTERMEDIATE ADVANCED }Which of the following enum definitions will cause a schema validation error?
