GraphQL - Schema Definition Language (SDL)
Given this GraphQL type:
Which statement correctly describes the
type Profile {
id: ID!
username: String!
emails: [String!]!
bio: String
}Which statement correctly describes the
emails field?