Answers for "graphql response returning empty object"

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

Code answers related to "graphql response returning empty object"

Browse Popular Code Answers by Language