-
Shapes are important to describe business objects (entities) in RDF, see #63.
There are several shape or shape-like languages:
- SHACL
- ShEx
- JSONLD Frames
- GraphQL
Note: there are other RD…
-
### Steps to reproduce
1. Use `config` from `@keystone-6/core`
2. Initialise Keystone config
3. Pass `context` function to `graphql.apolloConfig.context`
4. Return custom `context` object from t…
-
I'm attempting to load the embedding data of a Youtube video but that results in a network exception, without an error message
> `[Unknown Error] Uncaught Embed\Http\NetworkException:`
```php
(ne…
-
**Describe the bug**
Our schema at Shopify includes a redeclaration of the ID type, with an updated description documentation on its expected format for our endpoints. This is valid schema, but attem…
-
I'd like to add yet another option to the (already long) list of suggestions to make consuming data from RDF data(bases) easier.
## Why?
As indicated already elsewhere: capturing data in RDF a…
-
** Which Category is your question related to? **
API, Auth
** What AWS Services are you utilizing? **
Cognito, AppSync
** Context **
- We're building a multi-organization platform where user…
-
If we have an example like this:
```idl
type Person {
id: String,
otherPropertiesEtc: String,
user: User,
}
type User {
usernameEtc: String,
}
```
In this example our `User` d…
-
I have a Neo4j Enterprise instance with a **read-only** user account. When passing the authentication header based on that account's credentials, I am **able to run mutations and write new data**. Thi…
-
I've found some instances where highlighting breaks.
Some instances of the string `on` contained in another string are erroneously highlighted:
![Screenshot from 2021-08-31 16-47-29](https://user-…
-
Follow-up from #64
Authentication is a shared concern where putting some logic in the gateway may be unavoidable. What we mostly want to avoid is every service change requiring changes to the gatew…