-
It looks like instantiated extensions passed to Schema are racy.
Example of racy usage:
https://github.com/strawberry-graphql/strawberry/blob/d6137f02a85c8659aedebac9c9e813ff72f267fe/tests/schem…
silas updated
10 months ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
Gradle
### Package manager version
_No response_
### Language version
Java
### Manifest…
-
As defined in https://github.com/graphql/codemirror-graphql/blob/master/src/utils/SchemaReference.js - SchemaReference gives us a serializable way to refer to different parts of a schema.
Ideally t…
-
So I'm playing with the API right now. I'm creating pipelines by attaching config data to my applications. When I request a list of applications from the API I'd also like to get the config data with …
-
### Overview
We need to manage the work for the Org dashboard, so that we can prioritize and recruit.
### Action Items
- [x] Go the Org tab for Org dashboard and copy all of the links in the is…
-
Currently permission classes seem to be geared towards a RBAC authorization scheme.
The permission classes defined for a resolver are run before the result of the resolver is available, i.e. the so…
-
## Describe the Bug
```python
@strawberry.field(permission_classes=[IsAuthenticated])
def movie(
self,
info: Info,
my_private_field: straw…
-
Test issue to try github GraphQL API
-
## Features
### Maven-Lockfile
+ Can recreate pom file from lockfile
+ Stores lockfile in each submodule individually
+ Backwards compatible with older maven versions
### Trusted Checksums
+…
-
# Summary
This RFC outlines a proposal to implement support for nested Graphql Mutations.Nested mutations is the ability to perform mutations on a type other than the root type in GraphQL and how to …