:wave: Hello, team! Im happy to discover this tool...
# orm-help
t
👋 Hello, team! Im happy to discover this tool but trying to use it I need help. I am trying to use Oauth in Nextjs with google and git hub but I keep getting into this error with the adaptor
Copy code
Unknown 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' +