Womenlo Developing Team

Results 3 issues of Womenlo Developing Team

### Environment ``` "@nuxtjs/apollo": "^5.0.0-alpha.5", "@vue/apollo-composable": "^4.0.0-beta.4", "apollo-cache-inmemory": "^1.6.6", "apollo-link-context": "^1.0.20", "apollo-link-http": "^1.5.17", "nuxt": "^3.3.1", "vue": "^3.2.47" ``` ### Describe the bug in a simple query on Nuxt3 project, in...

bug

after handshake, we got this error. _Exception inside application: No route found for path 'graphql'._ we implemented basic approach as below. whats wrong inside our approach? ``` ### project/schema class...

hi, we trying use DjangoChannelsGraphqlWs in our apps. but cant clear way to implement it. directory structure, file address and imported modules not clear.