OBJECT
type SupplyChainResponse implements Response {# Http response codecode: Int! # True if the mutation has been a success and false otherwisesuccess: Boolean! # A response messagemessage: String! # The supply chain addressed by the mutationsupplyChain: SupplyChain }