Skip to content

Commit

Permalink
Add forgotten GQL schema change
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed Dec 11, 2023
1 parent f7efd09 commit 438ab8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ type IsAdminResponse {

type LexAuthUser {
id: UUID!
updatedDate: DateTime!
updatedDate: Long!
audience: LexboxAudience!
email: String!
name: String!
Expand Down Expand Up @@ -559,6 +559,9 @@ directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEF

scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time")

"The `Long` scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1."
scalar Long

scalar UUID

scalar timestamptz @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time")
Expand Down

0 comments on commit 438ab8c

Please sign in to comment.