-
I keep coming back to JSONiq because it's such an elegant language, and it would be cool if I could use it for an api instead of eg. GraphQL. There's Hasura and similar for the latter that auto genera…
-
The language distribution calculation for pinned repositories is not working as expected. When trying to get the language distribution for pinned repos, the result is an empty array.
Example of the…
-
# Train a Language Model for Converting Human Queries to GraphQL for Unbody GraphQL Content API
## Objective
Train a language model to accurately translate natural language queries into GraphQL qu…
-
Hi,
It's more like a question but an issue.
We're using Polylang in combination with WPGraphQL Plugin and also ACF.
When we're trying to query specific ACF Options field values via custom end…
-
### Edition ID
```
css2024
```
### Block ID
```
css_frameworks
```
### Filters:
```
{
"options": {
"showDefaultSeries": false,
"enableYearSelect": false,
"mode": …
-
### Description
Syntax highlighting is broken after the heredoc when a variable is inserted if it's not surrounded by double quotes. See the examples provided below. The only change was on line 6, I …
-
### Sublime Text build number
4169
### Example Code
```TSX
import gql from 'graphql-tag';
const query = gql`
{
user(id: 5) {
firstName
lastName
}
}
`;
```
### …
-
### Reason/Context
As of today, we used `java-json-tools/json-schema-validator` for all the things related to JSON schema validation in OpenAPI, AsyncAPI and GraphQL schema tests. However, this libra…
-
As GraphQL is gaining popularity as a query language for APIs, we (Tyk Technologies, maintainer of the [Tyk open source API Gateway](https://github.com/TykTechnologies/tyk)) would like to work on enha…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Product
Strawberry Shake
### Describe the bug
Based on Demo project from docs I prepared project pointing to…