OBJECT
A fatal error that stops execution, no actions are taken
type Error {# Path to the input field which caused the errorfield: [String!] # A descriptive messagemessage: String! # An identifying code for the error typecode: ErrorCode! }