TwentyT
Twenty4d ago
29 replies
fjcero

CRM failing for a single workspace user

I was able to migrate from 1.7.6 to 1.7.10 but something happenened with a single user: they can't see anything in the CRM having graphql errors of this type:

{
    "errors": [
        {
            "message": "Unknown argument \"offset\" on field \"Query.workspaceMembers\".",
            "locations": [
                {
                    "line": 7,
                    "column": 5
                }
            ]
        }
    ]
}


Nothing changed for all other users just for this one
Was this page helpful?