Actions
Feature #201
closedEpic #195: add support for teanants orgs
add error message for registerGroup then uservervice return error
Description
using mutation groupRegister without valid token result in 401 in userservice,
and error:
"errors": [
{
"message": "gateway.schema_group.Group() argument after ** must be a mapping, not str",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"groupRegister"
]
}
],
on gateway.
need that message to be meaningful
Actions