Skip to content

Commit

Permalink
Add new scalars to public api
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-tengler committed May 10, 2021
1 parent 63a342f commit 5ecdf59
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion src/HotChocolate/Core/src/Types.Scalars/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@

HotChocolate.Types.LatitudeType
HotChocolate.Types.LatitudeType.LatitudeType() -> void
HotChocolate.Types.LatitudeType.LatitudeType(HotChocolate.NameString name, string? description = null, HotChocolate.Types.BindingBehavior bind = HotChocolate.Types.BindingBehavior.Explicit) -> void
HotChocolate.Types.LongitudeType
HotChocolate.Types.LongitudeType.LongitudeType() -> void
HotChocolate.Types.LongitudeType.LongitudeType(HotChocolate.NameString name, string? description = null, HotChocolate.Types.BindingBehavior bind = HotChocolate.Types.BindingBehavior.Explicit) -> void
override HotChocolate.Types.LatitudeType.IsInstanceOfType(double runtimeValue) -> bool
override HotChocolate.Types.LatitudeType.ParseLiteral(HotChocolate.Language.StringValueNode! valueSyntax) -> double
override HotChocolate.Types.LatitudeType.ParseResult(object? resultValue) -> HotChocolate.Language.IValueNode!
override HotChocolate.Types.LatitudeType.ParseValue(double runtimeValue) -> HotChocolate.Language.StringValueNode!
override HotChocolate.Types.LatitudeType.TryDeserialize(object? resultValue, out object? runtimeValue) -> bool
override HotChocolate.Types.LatitudeType.TrySerialize(object? runtimeValue, out object? resultValue) -> bool
override HotChocolate.Types.LongitudeType.IsInstanceOfType(double runtimeValue) -> bool
override HotChocolate.Types.LongitudeType.ParseLiteral(HotChocolate.Language.StringValueNode! valueSyntax) -> double
override HotChocolate.Types.LongitudeType.ParseResult(object? resultValue) -> HotChocolate.Language.IValueNode!
override HotChocolate.Types.LongitudeType.ParseValue(double runtimeValue) -> HotChocolate.Language.StringValueNode!
override HotChocolate.Types.LongitudeType.TryDeserialize(object? resultValue, out object? runtimeValue) -> bool
override HotChocolate.Types.LongitudeType.TrySerialize(object? runtimeValue, out object? resultValue) -> bool

0 comments on commit 5ecdf59

Please sign in to comment.