Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
needQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassabreu committed Jun 27, 2018
1 parent 9f2b427 commit 500057f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/graphql/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ var (
"status": &graphql.Field{
Type: needStatusEnum,
},
"createdAt": &graphql.Field{
Type: graphql.NewNonNull(DateTime),
},
"updatedAt": &graphql.Field{
Type: DateTime,
},
},
})

Expand Down

0 comments on commit 500057f

Please sign in to comment.