From 4602eb1df3a713989b155f0140ff8909eb0370cf Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 28 Sep 2020 07:06:15 +0200 Subject: Validate arguments are defined --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index fa12cea..b0f4606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ and this project adheres to the path without executing the query. - `Error.Error`: `path` added. It is currently always empty. - `Validate.Validation.Path` was moved to `Error`. +- `Type.Schema.Schema` gets an additional field, `Schema.directives`. ### Added - `Validate.Validation.Rule` constructors: @@ -32,6 +33,7 @@ and this project adheres to - `ArgumentsRule` - `DirectivesRule` - `VariablesRule` + - `FieldRule` - `Validate.Rules`: - `fragmentsOnCompositeTypesRule` - `fragmentSpreadTargetDefinedRule` @@ -48,10 +50,15 @@ and this project adheres to - `uniqueInputFieldNamesRule` - `fieldsOnCorrectTypeRule` - `scalarLeafsRule` + - `knownArgumentNamesRule` - `AST.Document.Field`. - `AST.Document.FragmentSpread`. - `AST.Document.InlineFragment`. - `AST.Document.Node`. +- `Type.In.Arguments`: Type alias for an argument map. +- `Type.Schema.Directive` and `Type.Schema.Directives` are directive definition + representation. +- `Type.Schema.schema`: Shortcut for creating a schema. ### Fixed - Collecting existing types from the schema considers subscriptions. -- cgit v1.2.3