AuthTokenData
No description
type AuthTokenData {
token: String!
expAt: Int!
}
Fields
AuthTokenData.token
● String!
non-null scalar
AuthTokenData.expAt
● Int!
non-null scalar
Member of
AuthResponse
object