An open API service providing commit metadata for open source projects.

GitHub / graphql-java/graphql-java-type-generator / commits

This library will autogenerate GraphQL types for usage in com.graphql-java:graphql-java

SHA Message Author Date Stats
71eead34 Update README.md Andreas Marek <a****k@f****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
7ee86ffb merge Merge pull request #11 from blesswinsamuel/patch-1 danielkwinsor <d****r@g****m>
Committed by: GitHub <n****y@g****m>
about 8 years ago
1af9ec64 Fix README.md headings Blesswin Samuel <b****l@g****m>
Committed by: GitHub <n****y@g****m>
about 8 years ago
927194f0 merge Merge pull request #9 from 0xR/master danielkwinsor <d****r@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
d042c8e3 Upgrade graphql-java version Ruben Oostinga <r****a@g****m> over 8 years ago
8c26aab2 merge Merge pull request #7 from danielkwinsor/typevars danielkwinsor <d****r@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
3ff1d449 merge Merge pull request #6 from danielkwinsor/wildcards danielkwinsor <d****r@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
e95295aa V0.9.0 Supporting TypeVariables in java 8 Daniel Winsor <d****r@g****m> over 8 years ago
1f86d040 V0.8.0 Supporting wildcards in generics Daniel Winsor <d****r@g****m> over 8 years ago
9a3e9956 merge Merge pull request #3 from danielkwinsor/master Andreas Marek <a****k@f****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
5fffb43d V0.7.0 Consuming newest v2.3.0 of graphql-java Daniel Winsor <d****r@g****m> over 8 years ago
34c3b499 V0.6.0 Adding support for raw arrays[] Daniel Winsor <d****r@g****m> over 9 years ago
e005bd9e V0.5.4 TypeRepository API is more strongly typed. Daniel Winsor <d****r@g****m> over 9 years ago
83ec9d58 Update README Daniel Winsor <d****r@g****m> over 9 years ago
c1f7060d V0.5.3 Validation on number of fields, must not be empty, otherwise return nu... Daniel Winsor <d****r@g****m> over 9 years ago
3475be58 V0.5.2 Updating scalars Daniel Winsor <d****r@g****m> over 9 years ago
3223ab2c V0.5.1 Adding Scalars for byte, char, and short, since these may be present a... Daniel Winsor <d****r@g****m> over 9 years ago
14c3bc49 Updating Readme Daniel Winsor <d****r@g****m> over 9 years ago
26b321f8 V0.5.0 Changing license to MIT, and moving groupId to the same as graphql-java. Daniel Winsor <d****r@g****m> over 9 years ago
82cfa2ab V0.4.6 DefaultBuildContext gets a creator method and static rename, and Gener... Daniel Winsor <d****r@g****m> over 9 years ago
19c3299d V0.4.5 DefaultBuildContext gets its own class Daniel Winsor <d****r@g****m> over 9 years ago
319864d4 V0.4.4 Javadoc and import cleanup Daniel Winsor <d****r@g****m> over 9 years ago
a62a7b4a V0.4.3b Bugfix for incorrect usage of Field.isAccessible, now using Modifiers... Daniel Winsor <d****r@g****m> over 9 years ago
37304454 V0.4.3 Java Fields are treated case-insensitively when used with java Methods... Daniel Winsor <d****r@g****m> over 9 years ago
44f6e199 V0.4.2 Arguments now work with generics. Slight description changes to make ... Daniel Winsor <d****r@g****m> over 9 years ago
df31d15d V0.4.1 Generics are working, but only with bounds. Unbounded parameters are ... Daniel Winsor <d****r@g****m> over 9 years ago
77106017 V0.4.0 WrappingTypeGenerator and default wrapping strategy are implemented. Daniel Winsor <d****r@g****m> over 9 years ago
75ceb38d V0.3.13 Separated TypeGenerator into the unchanging impl-contract, and the ch... Daniel Winsor <d****r@g****m> over 9 years ago
ae54491c V0.3.12 Moving all Strategy interfaces to a new package for easier work. Daniel Winsor <d****r@g****m> over 9 years ago
1314ebc8 V0.3.11 TypeResolverStrategy_Caching now caches. Daniel Winsor <d****r@g****m> over 9 years ago
03cbedb7 V0.3.10 More API condensation, and fixing TypeResolver to be non-reflection b... Daniel Winsor <d****r@g****m> over 9 years ago
2715e2cb V0.3.9 TypeWrapperStrategy added. Some rework of the API as needed. Daniel Winsor <d****r@g****m> over 9 years ago
c5fbcd43 V0.3.8 Strategy Builders now come with defaults, which makes for less repetit... Daniel Winsor <d****r@g****m> over 9 years ago
2a67beeb V0.3.7 Refactoring TypeKinds to make better reuse of code. Daniel Winsor <d****r@g****m> over 9 years ago
512879b8 V0.3.6 TypeRepository is now injectable. BuildContexts must not share their ... Daniel Winsor <d****r@g****m> over 9 years ago
d4555e1a V0.3.5 Adding BigDecimal as a scalar and java.lang.Object as an empty GraphQL... Daniel Winsor <d****r@g****m> over 9 years ago
c0c484cf V0.3.4 Strategy changes, implementing an interface and changing the Strategie... Daniel Winsor <d****r@g****m> over 9 years ago
01a950dc V0.3.3.1 Adding a test case. Proves arrays work, but would like to investiga... Daniel Winsor <d****r@g****m> over 9 years ago
12a147d8 V0.3.3 Creating BigInteger scalar, because it is not well serialized. Should... Daniel Winsor <d****r@g****m> over 9 years ago
24a184b2 V0.3.2 Fixing why interfaces didn't work with impls. Adding some features ar... Daniel Winsor <d****r@g****m> over 9 years ago
6c034ed8 V0.3.1 Some changes to DataFetchers, including new API Chainable. Somehow mi... Daniel Winsor <d****r@g****m> over 9 years ago
e3427167 V0.3.0 Added paranamer to extract parameter names, if possible. Slight inter... Daniel Winsor <d****r@g****m> over 9 years ago
6acd113d V0.2.9 More work on interfaces: now obtainable as GraphQLInterfaceType, upon ... Daniel Winsor <d****r@g****m> over 9 years ago
dfc40240 The GraphQLInputExtractingDataFetcher was doing 2 things rather than just 1, ... Daniel Winsor <d****r@g****m> over 9 years ago
0d728548 V0.2.7 Interfaces are implemented, and show up in classes. TypeResolvers are... Daniel Winsor <d****r@g****m> over 9 years ago
ffb52ae8 V0.2.6 Rounding out the strategies by adding DefaultValue and Deprecation Daniel Winsor <d****r@g****m> over 9 years ago
dbb649e9 V0.2.5 Arguments are read from a method, auto-extracted from the environment,... Daniel Winsor <d****r@g****m> over 9 years ago
5df4aac3 V0.2.4 Arguments logic removed from fields and put into its own generator. S... Daniel Winsor <d****r@g****m> over 9 years ago
814fdec4 V0.2.3 Changing BuildContext again, after much back and forth. Now, anyone w... Daniel Winsor <d****r@g****m> over 9 years ago
9ead8dbe V0.2.2 Implemented some argument aware DataFetchers, but not yet used. Daniel Winsor <d****r@g****m> over 9 years ago
8e00c213 V0.2.1 Arguments are autogenerated based upon the method's signature. Howeve... Daniel Winsor <d****r@g****m> over 9 years ago
8c7935ac V0.2.0 Input types are now created. They are not yet wired up as Arguments. ... Daniel Winsor <d****r@g****m> over 9 years ago
43266f96 V0.1.8.1 Interfaces are now certified as working -- only a test class change ... Daniel Winsor <d****r@g****m> over 9 years ago
49359a08 V0.1.8 Finally cleaning up the BuildContext, so it can the the sole entry poi... Daniel Winsor <d****r@g****m> over 9 years ago
2f95d8d3 V0.1.7 now produces field descriptions, with a default impl based upon reflec... Daniel Winsor <d****r@g****m> over 9 years ago
f150cf2d Java_Methods and Java_Fields now merged when creating GraphQL_Fields. Standa... Daniel Winsor <d****r@g****m> over 9 years ago
9972d0dd Fixing Method impl. Unifying some logic blocks between fields/methods -- mor... Daniel Winsor <d****r@g****m> over 9 years ago
e80d833d V0.1.4 Adding java Methods as additional way of generating Fields Daniel Winsor <d****r@g****m> over 9 years ago
8d98c377 v0.1.3b changes only the test files to be compatible with java 6, and some ja... Daniel Winsor <d****r@g****m> over 9 years ago
f5b00d05 v0.1.3 Adds Enums Daniel Winsor <d****r@g****m> over 9 years ago
1ea695ed v0.1.2 Again fixing the messed up file system, keeping version 0.1.2 Daniel Winsor <d****r@g****m> over 9 years ago
6774a454 v0.1.2 Not sure why some files got moved to src/main\360java, moving them back Daniel Winsor <d****r@g****m> over 9 years ago
88bf2f9c V0.1.2 Description added to types. Increased javadoc. Daniel Winsor <d****r@g****m> over 9 years ago
00bc6c28 V0.1.1 uses builders for the strategies and provides a default context. Not ... Daniel Winsor <d****r@g****m> over 9 years ago
b6c97330 Version 0.1.0: FieldsGenerator now fully strategized Daniel Winsor <d****r@g****m> over 9 years ago
d4b4d42e Version 0.0.3 gets rid of the notion of interchangeable TypeGenerators (thoug... Daniel Winsor <d****r@g****m> over 9 years ago
5583777a Split FieldsGenerator up into strategies, moved the package of some type stra... Daniel Winsor <d****r@g****m> over 9 years ago
eac90a10 version 0.0.2 has split fields from types, and continues with the strategy pa... Daniel Winsor <d****r@g****m> over 9 years ago
faba9abb Initial version 0.0.1, basic output types generated by reflection, with only ... Daniel Winsor <d****r@g****m> over 9 years ago
afb26edb Initial commit danielkwinsor <d****r@g****m> over 9 years ago

← Back to repository