Re: [PATCH] web: Include blocked-by in graphql .

2023-05-30 Thread Christopher Baines
Arun Isaac writes: > Thanks for the patch! I have pushed it after renaming blocked-by to > blocked_by. Underscores are a bit cringey, but unfortunately GraphQL > doesn't like hyphens. > > To see the effects of this change, we need to reconfigure berlin to run > the latest mumi. I will figure tha

Re: [PATCH] web: Include blocked-by in graphql .

2023-05-30 Thread Arun Isaac
Hi Chris, Thanks for the patch! I have pushed it after renaming blocked-by to blocked_by. Underscores are a bit cringey, but unfortunately GraphQL doesn't like hyphens. To see the effects of this change, we need to reconfigure berlin to run the latest mumi. I will figure that out and do it soon

Re: [PATCH] web: Include blocked-by in graphql .

2023-05-30 Thread Christopher Baines
Christopher Baines writes: > * mumi/web/graphql.scm (): Include blocked-by. > --- > mumi/web/graphql.scm | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/mumi/web/graphql.scm b/mumi/web/graphql.scm > index aa4f38c..3cc19cd 100644 > --- a/mumi/web/graphql.scm > +++ b/

[PATCH] web: Include blocked-by in graphql .

2023-05-30 Thread Christopher Baines
* mumi/web/graphql.scm (): Include blocked-by. --- mumi/web/graphql.scm | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mumi/web/graphql.scm b/mumi/web/graphql.scm index aa4f38c..3cc19cd 100644 --- a/mumi/web/graphql.scm +++ b/mumi/web/graphql.scm @@ -63,7 +63,10 @@