GraphQL - Schema Definition Language (SDL)
How should you define a GraphQL object type
Group that contains a field participants which is a list of User objects?Group that contains a field participants which is a list of User objects?[User].[User]. Options C and D use invalid syntax. type Group { participants: User } defines a single User, not a list.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions