0xPlaygrounds / 0xPlaygrounds/kg-node

feat(api): Add `Image` type for built-in cover property

Aperta
#33 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Rust
Stelle
10
Fork
5
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

## Description
Add a dedicated `Image` GraphQL type with additional dimension information for the built-in `cover` property.

## Implementation
```graphql
type Image {
url: String!
width: Int
height: Int
fileType: String
}

type Entity {
# (Change) cover from `String` to `Image`
cover: Image

# ...other attribute
}
```

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.