issues
search
prismake
/
typegql
Create GraphQL schema with TypeScript classes.
https://prismake.github.io/typegql/
MIT License
424
stars
21
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Rtti wip
#70
capaj
closed
2 years ago
1
How to use mutation with array?
#69
SergeEsmanovich
opened
5 years ago
1
Arguments To Query Type Not Exposed/Compiled?
#68
elmpp
closed
5 years ago
2
Question: Why is the Arg decorator not nullable by default?
#67
capaj
closed
5 years ago
2
correct the @After hook example
#66
capaj
opened
5 years ago
1
Pagination Count in Query
#65
mkuczera
closed
5 years ago
1
Can I somehow pass context directly to resolver?
#64
blitss
closed
6 years ago
1
pls update graphql dependency to latest v14
#63
eram
closed
6 years ago
1
mixin support
#62
capaj
closed
6 years ago
4
support Date type by default
#61
capaj
opened
6 years ago
4
fixes an issue with boolean arguments being coerced
#60
capaj
closed
6 years ago
1
default params break the compileFieldArgs function
#59
capaj
opened
6 years ago
0
feature request: browser shim
#58
capaj
opened
6 years ago
0
Differences from type-graphql
#57
tonyxiao
opened
6 years ago
2
Falsy values are being treated as `null`
#56
jdolle
opened
6 years ago
0
Add Interface support
#55
jdolle
opened
6 years ago
2
feature request: @MutationField and @QueryField
#54
capaj
closed
6 years ago
7
Implement defaultValue for @Arg
#53
seslatero
opened
6 years ago
1
Example of having resolvers in separate files
#52
jdolle
closed
6 years ago
4
allow to register Arg at runtime dynamically
#51
capaj
opened
6 years ago
7
Documentation: Client Interfaces
#50
arjunyel
closed
6 years ago
10
Fix Basic Example Deprecation Warning
#49
arjunyel
closed
6 years ago
1
graphql-tools 3.0.2
#48
cgatian
closed
6 years ago
2
make InputField nullable by default
#47
capaj
opened
6 years ago
2
updates stale snapshots
#46
capaj
closed
6 years ago
1
Duplex type
#45
capaj
closed
6 years ago
2
[question] returning an instance of a class
#44
cgatian
closed
6 years ago
4
Allow grand-parent classes to be used
#43
capaj
closed
6 years ago
2
fields defined on a third level and farther of function prototype chain are not registered into schema
#42
capaj
closed
6 years ago
2
Custom scalars
#41
alamothe
closed
6 years ago
2
updates deps and fixes a compile errors
#40
capaj
closed
6 years ago
1
Feature/root class instances
#39
pie6k
closed
6 years ago
1
Falsy values of field dont cause it to be ignored. Only undefined does.
#38
pie6k
closed
6 years ago
1
Feature/getter fields improved
#37
pie6k
closed
6 years ago
1
fixes #28
#36
capaj
closed
6 years ago
1
fixes #28 and #32
#35
capaj
closed
6 years ago
9
Feature request: an alias for @Field({isNullable: false})
#34
capaj
closed
6 years ago
3
complex object types which are both output and input
#33
capaj
opened
6 years ago
5
getters are invoked with a wrong context and also they are invoked on startup when inferring native types
#32
capaj
closed
6 years ago
3
removes dependency on itself
#31
capaj
closed
6 years ago
2
adds prettier
#30
capaj
closed
6 years ago
6
createSchema doesn't call constructor method
#29
snaquaye
closed
6 years ago
5
boolean Field gets returned as null instead of false
#28
capaj
closed
6 years ago
2
more info in the error messages
#27
capaj
opened
6 years ago
2
Field decorator does not support getters
#26
capaj
closed
6 years ago
6
how to import Before and After decorators?
#25
capaj
closed
6 years ago
4
Fix type declerations
#24
andrew-w-ross
closed
6 years ago
9
Type `services/error` and `services/utils`
#23
andrew-w-ross
closed
6 years ago
1
Question: TypeGraphQL uses functions to prevent circular dependencies-wouldn't this package's API suffer from the same problem?
#22
capaj
closed
6 years ago
7
Added option to set multiple roots to compileSchema
#21
pie6k
closed
6 years ago
1
Next