OBJECT
type LogSchema implements Node {# Field supports groupBy or notallowGroupBy: Boolean! # Name of the fieldfieldName: String! # Type of the fieldfieldType: String! # Opaque global node IDid: ID! }