Skip to content

Commit 38a67ad

Browse files
xperiandriCopilot
andauthored
AI review fix
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 3a4f7ef commit 38a67ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/FSharp.Data.GraphQL.Shared/ValidationResultCache.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ module SchemaId =
3939
/// </summary>
4040
/// <param name="introspectionSchema">The introspection schema to hash.</param>
4141
/// <returns>A lowercase hexadecimal SHA-256 hash string that uniquely identifies the schema structure.</returns>
42+
[<CompiledName("FromIntrospectionSchema")>]
4243
let fromIntrospectionSchema (introspectionSchema : IntrospectionSchema) =
4344
use stream = new MemoryStream()
4445
JsonSerializer.Serialize(stream, introspectionSchema, jsonOptions)

0 commit comments

Comments
 (0)