Version 5.1 - All the GraphQL #32
@ -1,6 +1,6 @@
|
|||||||
query ($slug: String!) {
|
query ($slug: String!) {
|
||||||
findProfileBySlug(slug: $slug) {
|
findProfileBySlug(slug: $slug) {
|
||||||
libraryEvents(first: 100) {
|
libraryEvents(first: 100, kind: [PROGRESSED, UPDATED]) {
|
||||||
nodes {
|
nodes {
|
||||||
id
|
id
|
||||||
changedData
|
changedData
|
||||||
|
@ -24,7 +24,7 @@ class FormItemData extends AbstractType {
|
|||||||
|
|
||||||
public ?bool $private = FALSE;
|
public ?bool $private = FALSE;
|
||||||
|
|
||||||
public ?int $progress;
|
public ?int $progress = NULL;
|
||||||
|
|
||||||
public ?int $rating;
|
public ?int $rating;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user