Brandon Sarà 🇺🇸🇺🇦
Brandon Sarà 🇺🇸🇺🇦
Bump
> It is up to the parent type @SchemaMapping method to ensure the list of objects is without duplicates While that may be true of the implementation provided, that is...
I need this exact same functionality. Also, [the GraphQL spec allows for custom query level directives, not just schema level ones](https://graphql.org/learn/queries/#:~:text=Server%20implementations%20may%20also%20add%20experimental%20features%20by%20defining%20completely%20new%20directives.). It would be great if custom query level directives...
> can you expand your use case? I want to be able to create a directive like `isFeatureEnabled` which takes a list of features that the back-end would check to...
Sometimes I want to initialize the namespace before adding whatever comes out of `factory` to that namespace. This happens when all I'm returning from `factory` is a function, rather than...
basically, AMD and CommonJS exports are very straightforward and standard...where a "global" export might not always be so standard and, thus, some amount of control/customization may be needed by users...
this is fixed by this: https://github.com/graphql-java-kickstart/graphql-spring-boot/commit/4c5a3e075bfc93b9f239b80cc7d834c9983f4c94 It hasn't been released yet though. In the mean time, you can add these spring beans as a workaround: ```java @Bean @ConditionalOnExpression( "'${graphql.servlet.tracing-enabled:false}' ==...
I don't control that, so I have no idea. Sorry.
@arthur-fontaine, it seems that your preferred formatting is supported if you use `flatTernaryExpressions: true`, no? (https://eslint.style/rules/default/indent#flatternaryexpressions) At least, as I tested it today, it worked that way: ![2024-09-27 at 2...