-
-
Notifications
You must be signed in to change notification settings - Fork 756
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63a342f
commit 5ecdf59
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
19 changes: 18 additions & 1 deletion
19
src/HotChocolate/Core/src/Types.Scalars/PublicAPI.Unshipped.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |