octoposprime / op-be-graphql

OctopOS Prime Backend Api Gateway
http://www.octoposprime.com
MIT License
13 stars 1 forks source link

auth mutation implementation #44

Closed Sddilora closed 4 months ago

Sddilora commented 5 months ago

mutation:

mutation auth {
  auth
  {
    Auth
  }
}

result:

{
  "errors": [
    {
      "message": "internal system error",
      "path": [
        "auth"
      ]
    }
  ],
  "data": null
}

terminal output of graphql service:

not implemented: Auth - auth

It seems that we don't have authentication implementation in our service, or something else is causing that problem.

husamettinarabaci commented 4 months ago

https://github.com/octoposprime/op-be-graphql/issues/48#issuecomment-2082427868

It is not important. It's behavior is normal.