Joel von Allmen
Joel von Allmen
> ``` > $entry->toAugmentedCollection()->withRelations(['category', 'departments']) > ``` This works well for the 1️⃣ case, where the Entries field is placed at the top 👍🏼 In the case 2️⃣ with Entries...
I dived into the code to find the problem of 2️⃣ The problem occurs if `Statamic\Fields\Value` tries to get the value() when `$value->isRelationship()` equal true. In the case with an...
Related or duplicated of issues addressed in PR https://github.com/statamic/cms/pull/6229
> You could also add a alias from node-fetch-native back to node-fetch when using `v2.16.x`: > > ```js > // nuxt.config.js > > build: { > extend(config) { > config.resolve.alias['node-fetch-native']...
CI failed because of ``` Failed to load schema from https://spacex-api-2gl6xp7kua-ue.a.run.app/graphql: examples/extends postinstall: Unexpected token < in JSON at position 0 ``` Looks like this error is unrelated to the...
@leaderit If your concern is, that multiple requests in a single .gql file should be supported, you'll be better served raising your issue in the GraphQL code generation project https://the-guild.dev/graphql/codegen....