GraphQL - Schema Definition Language (SDL)
Identify the error in this GraphQL type definition:
Which field declaration is invalid if
type Book {
title: String!
pages: Int!
author: String!
published: Boolean
summary: String!
}Which field declaration is invalid if
summary can be null?