OBJECT
type Curator implements Node {# A full description of the curatordescription: String @deprecated( reason: "Deprecated" )# The curator's IDid: ID! # The curator's namename: String # A short description of the curatorshortDescription: String @deprecated( reason: "Deprecated" )}