Charly Poly

Results 142 comments of Charly Poly

Hi @g0rill4z, Thank you for your explanation! In order to better understand the issue, could you provide a working reproduction on [Github](https://github.com/Urigo/graphql-mesh/tree/master/examples/hello-world), [Stackblitz](https://stackblitz.com/github/Urigo/graphql-mesh/tree/master/examples/hello-world) or [CodeSandbox](https://codesandbox.io/s/github/Urigo/graphql-mesh/tree/master/examples/hello-world)? Thank you!

Hi @angelsvirkov! Thank you for your complete feedback! Please know that we took notes of your suggestions when rewriting the GraphQL Mesh documentation: https://www.graphql-mesh.com/docs/introduction We now provide more advanced examples/tutorials...

# Examples revamp: ## Services ### Books API (OpenAPI) - `GET /books` - `GET /books/:id` - `GET /books/categories` ### Authors API (gRPC) - list - one ### Stores (GraphQL) -...

Hi @hovancik, I assume that you have a `User` model with a `language` bitwise attribute ;) here is the "SQL-way" : ``` ruby class User include AttrBitwise attr_bitwise :languages, column_name:...

Yeah, I would love to give it a try and give feedback! Thank you! On Tue 1 Jun 2021 at 6:00 PM, Lynn Dylan Hurley ***@***.***> wrote: > Hey, yes...

@lynndylanhurley I'm still in for testing it! 🙂

@IMakeTheSites what does it means? 😅

## Next steps: - [x] nested queries - [ ] `build.ts` ➡️ `meshrc.ts` - [ ] Serverless live console with GraphQL Helix: https://github.com/contra/graphql-helix/blob/master/examples/nextjs/pages/api/graphql.ts - [ ] "Deploy to Vercel" button...