fix: user_agent nullable

This commit is contained in:
Sérgio Salgado 2020-11-19 15:03:46 +00:00 committed by Josh Harvey
parent a6b6ebd0bc
commit 721b21d194

View file

@ -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 {