Aaron Hayes

Results 9 comments of Aaron Hayes

This is still an issue. even with latest SDK versions :(

You do have access to the underlying `boto3` client via the `client` attribute. Then it's just a matter of reading the [boto3 documentation](https://boto3.readthedocs.io/en/latest/reference/services/cognito-idp.html#CognitoIdentityProvider.Client.admin_list_groups_for_user), you can do something like ``` groups...

on the same note matching postgres `text` columns to graphql `ID` should be possible as well :)

@GavinRay97 for what it's worth the `typescript-zeit` codegen outputs different values ```ts /** All built-in and custom scalars, mapped to their actual values */ export type Scalars = { ID:...

Happy to accept PRs

Did you install the package?

Thanks for reporting the bug. I'm happy to accept PRs that fixes this.