A few minor tweaks
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
This commit is contained in:
parent
12c9fc1b2e
commit
06250b64cb
@ -1,6 +1,6 @@
|
||||
query ($slug: String!) {
|
||||
findProfileBySlug(slug: $slug) {
|
||||
libraryEvents(first: 100) {
|
||||
libraryEvents(first: 100, kind: [PROGRESSED, UPDATED]) {
|
||||
nodes {
|
||||
id
|
||||
changedData
|
||||
|
@ -24,7 +24,7 @@ class FormItemData extends AbstractType {
|
||||
|
||||
public ?bool $private = FALSE;
|
||||
|
||||
public ?int $progress;
|
||||
public ?int $progress = NULL;
|
||||
|
||||
public ?int $rating;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user