71 lines
1.4 KiB
GraphQL
71 lines
1.4 KiB
GraphQL
query devGetContents {
|
|
contents(pagination: { limit: -1 }) {
|
|
data {
|
|
id
|
|
attributes {
|
|
slug
|
|
categories(pagination: { limit: -1 }) {
|
|
data {
|
|
id
|
|
}
|
|
}
|
|
type {
|
|
data {
|
|
id
|
|
}
|
|
}
|
|
|
|
ranged_contents(pagination: { limit: -1 }) {
|
|
data {
|
|
id
|
|
}
|
|
}
|
|
translations(pagination: { limit: -1 }) {
|
|
language {
|
|
data {
|
|
id
|
|
attributes {
|
|
code
|
|
}
|
|
}
|
|
}
|
|
title
|
|
description
|
|
text_set {
|
|
source_language {
|
|
data {
|
|
id
|
|
attributes {
|
|
code
|
|
}
|
|
}
|
|
}
|
|
status
|
|
transcribers(pagination: { limit: -1 }) {
|
|
data {
|
|
id
|
|
}
|
|
}
|
|
translators(pagination: { limit: -1 }) {
|
|
data {
|
|
id
|
|
}
|
|
}
|
|
proofreaders(pagination: { limit: -1 }) {
|
|
data {
|
|
id
|
|
}
|
|
}
|
|
text
|
|
}
|
|
}
|
|
thumbnail {
|
|
data {
|
|
id
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|