OBJECT

LogSchema

link GraphQL Schema definition

  • type LogSchema implements Node {
  • # Field supports groupBy or not
  • allowGroupBy: Boolean!
  • # Name of the field
  • fieldName: String!
  • # Type of the field
  • fieldType: String!
  • # Opaque global node ID
  • id: ID!
  • }