-
Hey!
I'm currently playing around with a custom schema builder, that allows registering classes that extend the schema and eventually create a cacheable DocumentNode. It is working pretty well, my …
-
User auth should happen via social networks oauth or simple registration
Proposed solution: GQL over HTTPS + JWT/OAuth
https://medium.com/the-graphqlhub/graphql-and-authentication-b73aed34bbeb -> …
-
Issue reported by @romeof1980
**Prerequisites:**
tested on:
Scandipwa 5.4.0
Magento 2.4.3
but probably present in scandipwa 4 too
**Step to reproduce:**
- Buy a downloadable product that do…
-
Following the docs here https://ariadnegraphql.org/docs/starlette-integration#mounting-asgi-application:
```python
app.mount("/graphql/", GraphQL(schema, debug=True))
```
Means the app will respon…
-
I'd like to use the `Deffer` feature of webonyx, how can i do this in rait?
```
-
### Description (*)
As a merchant I want storefront API for CMS category block to be efficient, so I can have performant GraphQL API.
For now the \Magento\CatalogCmsGraphQl\Model\Resolver\Category…
-
*Affected Version*: 3.2.3
# Issues
Whilst following the documentation for exposing existing DataObjects through procedural code, I have come across the following issues/errors, which I intend to s…
-
Not able to connect my WordPress with MariaDB.
docker-compose.yml
-------------
version: '3'
services:
db-headless:
container_name: db-headless
image: mariadb
…
-
I use the GraphQL plugin for intellij suggested by the official docs, but it gives me an error when adding an array to args of `@can`
The message is:
```
'createProperty' uses an illegal …
-
Hey. I try to insert new raw in db by graphQl. =/
Model:
```javascript
import { Model } from '@vuex-orm/core'
export default class Categories extends Model {
// This is the name used as mod…