Answers for "graphql return null for date"

1

type time graphql return null

@Column({type: "time"}) 
startTime: Date
// return null in playground

@Column({type: "time"}) 
startTime: string
// return 09:10:23 in playground
Posted by: Guest on March-25-2021

Browse Popular Code Answers by Language