Tommy Adeniyi
02/21/2022, 7:00 PMUnknown arg `access_token` in data.access_token for type AccountUncheckedCreateInput. Did you mean `accessToken`? Available args:
type AccountUncheckedCreateInput {
id?: Int
type: String
provider: String
providerAccountId: String
refreshToken?: String | Null
accessToken?: String | Null
expiresAt?: Int | Null
tokenType?: String | Null
scope?: String | Null
idToken?: String | Null
sessionState?: String | Null
oauthTokenSecret?: String | Null
oauthToken?: String | Null
userId: Int
}
Unknown arg `expires_at` in data.expires_at for type AccountUncheckedCreateInput. Did you mean `expiresAt`? Available args:
type AccountUncheckedCreateInput {
id?: Int
type: String
provider: String
providerAccountId: String
refreshToken?: String | Null
accessToken?: String | Null
expiresAt?: Int | Null
tokenType?: String | Null
scope?: String | Null
idToken?: String | Null
sessionState?: String | Null
oauthTokenSecret?: String | Null
oauthToken?: String | Null
userId: Int
}
Unknown arg `token_type` in data.token_type for type AccountUncheckedCreateInput. Did you mean `tokenType`? Available args:
type AccountUncheckedCreateInput {
id?: Int
type: String
provider: String
providerAccountId: String
refreshToken?: String | Null
accessToken?: String | Null
expiresAt?: Int | Null
tokenType?: String | Null
scope?: String | Null
idToken?: String | Null
sessionState?: String | Null
oauthTokenSecret?: String | Null
oauthToken?: String | Null
userId: Int
}
Unknown arg `id_token` in data.id_token for type AccountUncheckedCreateInput. Did you mean `idToken`? Available args:
type AccountUncheckedCreateInput {
id?: Int
type: String
provider: String
providerAccountId: String
refreshToken?: String | Null
accessToken?: String | Null
expiresAt?: Int | Null
tokenType?: String | Null
scope?: String | Null
idToken?: String | Null
sessionState?: String | Null
oauthTokenSecret?: String | Null
oauthToken?: String | Null
userId: Int
}
{
message: '\n' +
'Invalid `p.account.create()` invocation in\n' +