Skip to content

Commit

Permalink
Updated to gql version
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll authored and renovate[bot] committed Nov 16, 2023
1 parent 76d2803 commit 827d743
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<PackageVersion Include="HotChocolate.Abstractions" Version="14.0.0-p.11" />
<PackageVersion Include="HotChocolate.AspNetCore" Version="14.0.0-p.11" />
<PackageVersion Include="HotChocolate.Data" Version="14.0.0-p.11" />
<PackageVersion Include="HotChocolate.Diagnostics" Version="14.0.0-tags-13-1-0-preview-5.1" />
<PackageVersion Include="HotChocolate.Diagnostics" Version="14.0.0-p.11" />
<PackageVersion Include="HotChocolate.Execution.Abstractions" Version="14.0.0-p.11" />
<PackageVersion Include="HotChocolate.Data.AutoMapper" Version="14.0.0-tags-13-1-0-preview-5.1" />
<PackageVersion Include="HotChocolate.Data.AutoMapper" Version="14.0.0-p.11" />
<PackageVersion Include="HotChocolate.Data.EntityFramework" Version="14.0.0-p.11" />
<PackageVersion Include="HotChocolate.Data.Spatial" Version="14.0.0-p.11" />
<PackageVersion Include="HotChocolate.Types.Analyzers" Version="14.0.0-p.11" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ enum SortEnumType {
"The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions."
directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR

"The @tag directive is used to applies arbitrary string\nmetadata to a schema location. Custom tooling can use\nthis metadata during any step of the schema delivery flow,\nincluding composition, static analysis, and documentation.\n \n\ninterface Book {\n id: ID! @tag(name: \"your-value\")\n title: String!\n author: String!\n}"
"The @tag directive is used to apply arbitrary string\nmetadata to a schema location. Custom tooling can use\nthis metadata during any step of the schema delivery flow,\nincluding composition, static analysis, and documentation.\n \n\ninterface Book {\n id: ID! @tag(name: \"your-value\")\n title: String!\n author: String!\n}"
directive @tag("The name of the tag." name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION

"A coordinate is an array of positions."
Expand Down

0 comments on commit 827d743

Please sign in to comment.