-
I've installed cockpit and CockpitQL (git clone to addons folder).
But I cannot access API. I've always get:
`{"error":"Unauthorized"}`
In logs there isn't any information, and I'm using `Full …
-
It'd be nice in addition to being able to specify the `page` query string parameter, if we could also specify the `perPage` as per: https://docs.api.craftcms.com/pagination.html
-
Hi,
Thank you for the awesome work!
I was trying this package with Lumen and found that the package won't work with the framework.
I found the following issues mainly:
1. `config_path` is …
-
This new version seems like it doesn't show the `acf` key anymore but rather display an `attributes` property, trying to get the ACF field group data seems to happen through the `data` property that r…
-
I think the title says it all here. I think this is a bug, right? I'd think just loading by type and bundle would be a common use case
-
**Description:** When querying an enum in the Lighthouse GraphQL API, the enum values are returned with only the first letter capitalized, which does not align with the expected uppercase format. For …
-
Hi @frthjf
Again, great work on the plugin and thanks for the swift response to the GraphQL endpoint issue a couple of days ago.
I thought I'd mention other issues I had come across and fixes I…
-
> For graphql 4, I created a “ComposedResolver” class which does almost the same thing (sequential user defined callbacks) except it passes the previous result into the next callback. Maybe a feature …
-
when i set
```
export default Generator.configure({
schema: {
url: new URL('http://localhost:48010/graphql'),
type: 'url',
options: {
descriptions: false,
specifiedB…
-
## Summary
Looking at the documentation and most recent source code, this isn't possible. `serverCommands` is `HashMap` (i.e. it maps the programming language (`String`) to a single command which …