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!
|
||||
name: String!
|
||||
created: Date!
|
||||
user_agent: String!
|
||||
ip_address: String!
|
||||
user_agent: String
|
||||
ip_address: String
|
||||
}
|
||||
|
||||
type Transaction {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue