semantic-graphql
Advanced tools
Changelog
0.6.3
Miscellaneous:
Changelog
0.6.0
Breaking changes:
New features:
resolvers.resolveSourceTypes
can now return a Promise.Miscellaneous:
SemanticGraph#toString
now displays the number of triples in the graph.Changelog
0.5.0
Breaking changes:
getIriLocalName
is not exposed/exported by the package anymore.New features:
shouldAlwaysUseInverseOf
and shouldNeverUseInverseOf
config keys to modify the resolver's behavior.Bug fixes:
isGraphqlList
is now also infered from isGraphqlConnection
.preventIdField
config option can now also prevent the Relay id field.Miscellaneous:
Changelog
0.4.0
Breaking changes:
resolvers.resolveSourceTypes
must now be sync.isTypeOf
method anymore, instead external InterfaceTypes must provide a resolveType
method.Bug fixes:
Miscellaneous:
Promise.resolve
instead of home-made function. It's slower but safer.