OBJECT
A Scaphold Schema.
type Schema implements Node {# A global idid: ID! name: String! description: String types: [Type] createdAt: DateTime modifiedAt: DateTime }