We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ac01c commit 356fb5eCopy full SHA for 356fb5e
README.md
@@ -1060,7 +1060,8 @@ List the users who have a certain relation to a particular type.
1060
```python
1061
from openfga_sdk import OpenFgaClient
1062
from openfga_sdk.models.fga_object import FgaObject
1063
-from openfga_sdk.client.models.list_users_request import ClientListUsersRequest, ClientTuple
+from openfga_sdk.client.models import ClientTuple
1064
+from openfga_sdk.client.models.list_users_request import ClientListUsersRequest
1065
1066
configuration = ClientConfiguration(
1067
api_url=FGA_API_URL,
0 commit comments