Tom Kristian Olsen
Results
2
issues of
Tom Kristian Olsen
The query engine should work against cypher transaction enpoint(http://neo4j.com/docs/stable/rest-api-transactional.html), not the deprecated legacy cypher enpoint(http://neo4j.com/docs/stable/rest-api-cypher.html)
```typescript type SanityImageSource = string | SanityReference | SanityAsset | SanityImageObject | SanityImageWithAssetStub; ``` where ```typescript interface SanityAsset { _id?: string; url?: string; path?: string; assetId?: string; extension?: string; [key:...