Releases: indigotech/graphql-schema-decorator
Releases · indigotech/graphql-schema-decorator
1.0.0-alpha9
Bugfix
- Removed wrong comparison on description - #60 - @askmon
- @Pagination middleware page info - #61 - @marcelorisse
1.0.0-alpha10
1.0.0-alpha8
Bugfix
- Bugfix - @after middleware changing return type - #58 - @felipesabino
1.0.0-alpha7
Features
- Added @InterfaceType decorator - #46 - @felipesabino
- Added @after middleware decorator - #56 - @marcelorisse
1.0.0-alpha4
Bugfix
- Fixed error that just one @query was added to resulting schema - #44 - @felipesabino
1.0.0-alpha3
Bugfix
- Fixed @field arguments handling - #42 - @felipesabino
- Fixed @UnionType usage with abstract classes - #43 - @felipesabino
1.0.0-alpha1
Breaking changes
useContainer
is now a function instead of a decorator - #40 - @felipesabino- Refactored
@Field
decorator and nested dependent decorators (@Arg
,@OrderBy
,@Root
,@Before
and@Ctx
) - #34 - @felipesabino - Refactored
@Query
,@Mutation
,@Subscription
and@Schema
- #32 - @felipesabino - Refactored
@ObjectType
and@InputObjectType
- #31 - @felipesabino - Refactored
@EnumType
,@Value
and@UnionType
- #29 - @felipesabino - Deprecated all usages of the decorators below - #34 - @felipesabino
@Pagination
@Description
@List
@NonNull