Huy Dam
Results
2
comments of
Huy Dam
Hey all, I found out that this code works to add user to group ```python # Add user to group body = ReferenceCreate( odata_id=f"https://graph.microsoft.com/v1.0/users/{azure_user_id}" ) response = await self.graph_client.groups.by_group_id( group_id...
This has been fixed in `FROM hasura/graphql-engine:v2.44.0.cli-migrations-v3`. Make sure you upgrade your repo to v3 config....and export ALL your metadata first ``` hasura metadata export ``` Then, ``` hasura scripts...