_Neo4jTime
Generated Time object type for Neo4j Temporal fields.
type _Neo4jTime {
  hour: Int
  minute: Int
  second: Int
  millisecond: Int
  microsecond: Int
  nanosecond: Int
  timezone: String
  formatted: String
}
Fields
hour (Int)
minute (Int)
second (Int)
millisecond (Int)
microsecond (Int)
nanosecond (Int)
timezone (String)
formatted (String)
Outputs a Neo4j Temporal Time value as a String type by using the toString Cypher function.