Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 06250b64cb - Show all commits

View File

@ -1,6 +1,6 @@
query ($slug: String!) {
findProfileBySlug(slug: $slug) {
libraryEvents(first: 100) {
libraryEvents(first: 100, kind: [PROGRESSED, UPDATED]) {
nodes {
id
changedData

View File

@ -24,7 +24,7 @@ class FormItemData extends AbstractType {
public ?bool $private = FALSE;
public ?int $progress;
public ?int $progress = NULL;
public ?int $rating;