mirror of
https://github.com/Unkn0wnCat/matrix-veles.git
synced 2025-04-28 09:46:51 +02:00
42 lines
No EOL
1 KiB
GraphQL
42 lines
No EOL
1 KiB
GraphQL
query {
|
|
entries(first:2) {
|
|
pageInfo {
|
|
hasPreviousPage
|
|
hasNextPage
|
|
startCursor
|
|
endCursor
|
|
}
|
|
edges {
|
|
node {
|
|
id
|
|
tags
|
|
timestamp
|
|
comments {
|
|
edges {
|
|
node {
|
|
author {
|
|
id
|
|
}
|
|
content
|
|
timestamp
|
|
}
|
|
}
|
|
}
|
|
partOf {
|
|
edges {
|
|
node {
|
|
id
|
|
maintainers {
|
|
edges {
|
|
node {
|
|
username
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |