fix: user_agent nullable
This commit is contained in:
parent
a6b6ebd0bc
commit
721b21d194
1 changed files with 2 additions and 2 deletions
|
|
@ -167,8 +167,8 @@ const typeDefs = gql`
|
||||||
token: String!
|
token: String!
|
||||||
name: String!
|
name: String!
|
||||||
created: Date!
|
created: Date!
|
||||||
user_agent: String!
|
user_agent: String
|
||||||
ip_address: String!
|
ip_address: String
|
||||||
}
|
}
|
||||||
|
|
||||||
type Transaction {
|
type Transaction {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue