Beep LIN

Results 4 issues of Beep LIN

**Is your feature request related to a problem? Please describe.** Consider the following mongodb datamodel: ```gql type A { id: ID! @id name: String! bs: [B!]! } type B {...

kind/feature
area/connector/mongo

Maybe I got something wrong, but it seems that octohint only works for public repos, not private ones?

bug

After `Vue.use(VueRouter)` should `route` and `router` be injected into `context` in `setup(props, context)`?