Patryk Klimczak

Results 3 comments of Patryk Klimczak

I have the same problem with `info.context.user` ![image](https://user-images.githubusercontent.com/18028886/82724708-4142fe80-9cd8-11ea-8eed-8a62265066ca.png) I think problem with this :/ My query ```class Query(graphene.ObjectType): user = graphene.Field(UserType, token=graphene.String(required=True)) users = graphene.List(UserType) @login_required def resolve_user(self, info, **kwargs):...

1. Google Chrome Version: 79.0.3945.130 2. Vue: 2.5.18 3. ![image](https://user-images.githubusercontent.com/18028886/74837872-bb9f6380-5322-11ea-80f2-171166f1cd78.png) I try this: ``` ``` And I need to `@draw-end` event run select event on refs component `@select`

I has this methods: `this.$refs.canvas.$listeners.select();` but I have error ![image](https://user-images.githubusercontent.com/18028886/74838260-97905200-5323-11ea-8939-8710db1d8bf2.png) Scope function on refs: ![image](https://user-images.githubusercontent.com/18028886/74838331-b989d480-5323-11ea-9928-1e1015e154fc.png)