Tobe O
|
27c167fc50
|
Doc comments on enum types
|
2018-08-04 21:56:49 -04:00 |
|
Tobe O
|
3ae666aab6
|
Comments on GraphQLFieldInput
|
2018-08-04 21:52:15 -04:00 |
|
Tobe O
|
797238ebc1
|
Rename todo example
|
2018-08-04 21:49:52 -04:00 |
|
Tobe O
|
9a8d1638b5
|
listType - listOf
|
2018-08-04 21:49:13 -04:00 |
|
Tobe O
|
e1ce66a039
|
README example for graphql_schema
|
2018-08-04 21:46:45 -04:00 |
|
Tobe O
|
39be38ad99
|
Update homepage in graphql_schema
|
2018-08-04 21:35:06 -04:00 |
|
Tobe O
|
fb65f0fe0a
|
Add many tests to graphql_schema
|
2018-08-04 21:32:20 -04:00 |
|
Tobe O
|
9e98e92ba4
|
Change homepage in parser (for the future)
|
2018-08-04 20:59:46 -04:00 |
|
Tobe O
|
9fe6ee9f0d
|
ignore dart tool
|
2018-08-04 20:58:59 -04:00 |
|
Tobe O
|
df2dee0c96
|
Explicit deps on parser
|
2018-08-04 20:58:09 -04:00 |
|
Tobe O
|
0b4023052a
|
Null coalesce global variables in GraphQL class
|
2018-08-04 20:47:23 -04:00 |
|
Tobe O
|
84e204267b
|
Bump graphql_parser -> 1.1.0
|
2018-08-04 20:44:41 -04:00 |
|
Tobe O
|
5b0062b657
|
asInputObject -> toInputObject
|
2018-08-04 16:24:59 -04:00 |
|
Tobe O
|
69b898ff16
|
Fixed passing of data from object literals
|
2018-08-04 16:14:26 -04:00 |
|
Tobe O
|
c0ca79b928
|
Inject request + response into services via GraphQL
|
2018-08-04 15:56:51 -04:00 |
|
Tobe O
|
15e1d18224
|
Add support for global variables in GraphQL
|
2018-08-04 15:54:18 -04:00 |
|
Tobe O
|
532f698aa2
|
Ignore tokens named in spec
|
2018-08-04 15:41:40 -04:00 |
|
Tobe O
|
2256b2afdb
|
GraphQL input objects
|
2018-08-04 15:18:53 -04:00 |
|
Tobe O
|
7e0eaa387d
|
Corrected introspection of enum types
|
2018-08-04 11:12:26 -04:00 |
|
Tobe O
|
aad1404530
|
Fixed validation of interface types
|
2018-08-04 11:01:49 -04:00 |
|
Tobe O
|
e4d5693ace
|
Fix span expansion when operation name is null
|
2018-08-03 23:21:09 -04:00 |
|
Tobe O
|
da150d8a6a
|
Fix span expansion when operation name is null
|
2018-08-03 23:20:16 -04:00 |
|
Tobe O
|
1db4a33e05
|
Create Star Wars example
|
2018-08-03 23:13:33 -04:00 |
|
Tobe O
|
cf9d94d123
|
Fixed case of recursive types in mirrors
|
2018-08-03 23:05:51 -04:00 |
|
Tobe O
|
a2454be927
|
No longer require name after operation type
|
2018-08-03 21:41:16 -04:00 |
|
Tobe O
|
0a1928cf26
|
Added executeMutation
|
2018-08-03 21:29:53 -04:00 |
|
Tobe O
|
d96470a62a
|
Implement interface and union type querying
|
2018-08-03 21:23:45 -04:00 |
|
Tobe O
|
59be67391d
|
Union type introspection fixed
|
2018-08-03 20:57:38 -04:00 |
|
Tobe O
|
61ee37b4d9
|
Added serialize + deserialize + validate to union type
|
2018-08-03 20:28:51 -04:00 |
|
Tobe O
|
65bba97f1a
|
Introspection supports union types
|
2018-08-03 20:22:50 -04:00 |
|
Tobe O
|
c69a53457f
|
Catch ValidationException in graphQLHttp
|
2018-08-03 20:16:08 -04:00 |
|
Tobe O
|
a5a4dfe0b5
|
Enable specifying a custom type in @GraphQLDocumentation
|
2018-08-03 20:12:23 -04:00 |
|
Tobe O
|
10dda84f95
|
Introspection of interface types complete
|
2018-08-03 20:05:51 -04:00 |
|
Tobe O
|
5753319b92
|
Abstract classes create interfaces
|
2018-08-03 19:44:06 -04:00 |
|
Tobe O
|
a43893bde9
|
Add interface type
|
2018-08-03 19:43:00 -04:00 |
|
Tobe O
|
c4c3ddff78
|
Fetch all types from enum as well
|
2018-08-03 19:30:19 -04:00 |
|
Tobe O
|
b32893b8c0
|
Exclude values from mirror enums
|
2018-08-03 19:09:16 -04:00 |
|
Tobe O
|
b7dea3f2e0
|
Finished EnumValue type
|
2018-08-03 18:54:12 -04:00 |
|
Tobe O
|
01e3b067de
|
Tests for enum type conversion from mirror
|
2018-08-03 18:42:35 -04:00 |
|
Tobe O
|
79ffc00fb1
|
Tests for enum type conversion from mirror
|
2018-08-03 18:41:13 -04:00 |
|
Tobe O
|
fe27845bd1
|
Add badge to README
|
2018-08-03 18:11:42 -04:00 |
|
Tobe O
|
3c4a03a25d
|
Formalized GraphQLEnumType, add enumType funcion
|
2018-08-03 18:10:29 -04:00 |
|
Tobe O
|
0ddecbc44e
|
Enum validation tests
|
2018-08-03 18:06:02 -04:00 |
|
Tobe O
|
ceced6726d
|
Added enum type
|
2018-08-03 18:01:36 -04:00 |
|
Tobe O
|
398598e6fd
|
Add deprecationReason to GraphQLDocumentation
|
2018-08-03 17:51:30 -04:00 |
|
Tobe O
|
f43c6036eb
|
Non-nullable types MUST be present in validate
|
2018-08-03 17:38:20 -04:00 |
|
Tobe O
|
f4a3bb22d3
|
Update Travis to run ALL tests
|
2018-08-03 17:25:48 -04:00 |
|
Tobe O
|
2ff531eb4f
|
Added basic validation tests to graphql_schema
|
2018-08-03 17:25:16 -04:00 |
|
Tobe O
|
ca87fbdba9
|
Spec-compliant error messages
|
2018-08-03 17:07:08 -04:00 |
|
Tobe O
|
2ebc5f96da
|
Add documentation to example types
|
2018-08-03 14:59:31 -04:00 |
|