GraphQL - Schema Definition Language (SDL)
Consider this GraphQL type:
Which statement is true about the
type Order {
id: ID!
items: [String!]!
total: Float
}Which statement is true about the
items field?