type-graphql icon indicating copy to clipboard operation
type-graphql copied to clipboard

Create GraphQL schema and resolvers with TypeScript, using classes and decorators!

Results 156 type-graphql issues
Sort by recently updated
recently updated
newest added

When trying to figure out how to get information about a request (like which fields are being requested), I searched through documentation but didn't find anything. On Stack Overflow I...

Community :family_man_girl:
Documentation :book:

**Is your feature request related to a problem? Please describe.** MikroORM has a feature called [References](https://mikro-orm.io/docs/entity-references/) - basically, fields contain a wrapper that itself contain the true relation entity. Those...

Enhancement :new:
Community :family_man_girl:
Discussion :speech_balloon:

**Is your feature request related to a problem? Please describe.** Managing change within a schema over time. Schema evolution is a common pattern that is used. But creates complications and...

Enhancement :new:
Community :family_man_girl:
Discussion :speech_balloon:
Need More Info :man_shrugging:

## Introduction words TypeGraphQL was created mainly to reduce the duplication in declaring GraphQL schema types and TypeScript types by synchronizing them in one source of truth using decorators and...

Enhancement :new:
Discussion :speech_balloon:

**Describe the Bug** I'm using type-graphql v1.1.1 and if no value is passed to a nullable field on an InputType, it gets undefined. It's the same bug described in #475....

Question :grey_question:
Need More Info :man_shrugging:

**Describe the issue** [The documentation about subscriptions setup](https://typegraphql.com/docs/subscriptions.html#creating-a-subscription-server) states that : > Fortunately, to make subscriptions work, we don't need to manually provide a transport layer that doesn't have constraints...

Community :family_man_girl:
Documentation :book:

Hey! We are considering using type-graphql at Greener Bio. We need to validate some args with a value from the context and I've noticed you cant access the context in...

Enhancement :new:
Community :family_man_girl:

Community :family_man_girl:
Documentation :book:
Discussion :speech_balloon:

* The `browser-shim` works nicely when trying to share code between frontend and backend, however manual overrides can be tricky * Many build systems (including webpack) will take the script...

Enhancement :new:
Community :family_man_girl:

I understand (and appreciate) that no breaking changes should be introduced into v1, as you've explained to me in #470. I just wanted to propose an actual change so you...

Enhancement :new:
Community :family_man_girl: