-
Currently Convex has Typescript support as a first-class citizen. Been wondering whether it'd be feasible to interact with Convex through GraphQL endpoints. The intuition being that we could then stre…
-
### Used Zammad Version
6.4
### Environment
- Installation method: [e.g. source, package]
- Operating system (if you're unsure: `cat /etc/os-release` ): [e.g. debian 10.4, ubuntu 20.04]
- Database …
-
### Which packages are impacted by your issue?
@graphql-codegen/typescript-react-query
### Describe the bug
When I specify `fetcher` option with a custom path to my function and `useTypeImpor…
-
## Describe the Bug
```python
import asyncio
import strawberry
from strawberry.extensions import tracing
@strawberry.type
class Query:
@strawberry.field
def node(self) -> str:
re…
coady updated
3 weeks ago
-
**Describe the bug**
When I define an entity with a `Date` field, I get this error at runtime:
```
Error: Could not map TypeScript type function Date() { [native code] } to a GraphQL scalar.
…
-
### Amplify CLI Version
N/A
### Question
Keep in mind I replaced some sensitive info with placeholders.
Here is the schema(schema.ql.ts) auto generated using this `npx ampx generate schema…
-
It seems `import-types` preset adds "Types." prefix to all types, regardless if they actualy need to be imported.
Codegen config:
```yaml
generates:
src/api/index.ts:
schema: './n…
-
Currently, opslevel resources that support importing require specifying the opslevel uid. But a few examples:
opslevel_repository:
```plaintext
terraform import opslevel_repository.example Z2lkOi…
-
When importing other .graphql files from schema.graphql, building the server fails.
Minimal example in Codesandbox: https://codesandbox.io/s/q848mq9o1w
schema.graphql:
```graphql
# import Post…
-
### Environment information
```plain text
.
```
### Describe the feature
The requirement is to export the Amplify Gen 2 application and import and use in CDK. It is supported in Gen1 :-
https:/…