Results 20 comments of abawchen

@blochs : Now you have the permission to merge, free to go. Thanks.

@KCarretto : Thanks for the input! It's a good feature 👍 , and I assign this one to you :stuck_out_tongue: Btw, please add the corresponding test case to make sure...

@KCarretto & @zrlay I end up creating a pull request by myself, which takes part of you guys suggestion (implemented in [mutation.py](https://github.com/graphql-python/graphene-mongo/pull/36/files)) There are 2 things I want to bring...

@elesdoar : thanks, you save my day :tada:

@rohanmehto2 : Yes, I customize the revoke function by myself, but not an elegant one -- some hardcode and it only works with cfssl. Do you need the code snippet?

@shintovincent In this sample repo, only device named `GGD_example` will be added to group, that I think you have to modify the code accordingly. ref: https://github.com/awslabs/aws-greengrass-group-setup/blob/master/gg_group_setup/mock_group.py#L33

@hellonts @radzhome I guess the problem may be the version of `sqlparse` -- sqlparse 0.2.4 works well, but sqlparse 0.3.0 not.

Is it a good idea to support something like `requried_in=json`, `required_in=uri`? If it makes sense, I would like to create a pr.

@akhy : Thanks for the effort! :+1: @hibiken : Any plan to merge this one? Or do you need someone to fix the CI? I can help if necessary. I...