File tree Expand file tree Collapse file tree
src/FSharp.Data.GraphQL.Shared Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,9 +17,10 @@ type IValidationResultCache =
1717module SchemaId =
1818 /// <summary >
1919 /// Computes an in-memory schema identifier from an introspection schema instance.
20+ /// This identifier is valid only within the current process/runtime and is not deterministic across process restarts.
2021 /// </summary >
2122 /// <param name =" introspectionSchema " >The introspection schema.</param >
22- /// <returns >A string representation of the schema hash code.</returns >
23+ /// <returns >A string representation of the schema hash code for in-process cache keys .</returns >
2324 [<CompiledName( " FromIntrospectionSchema" ) >]
2425 let fromIntrospectionSchema ( introspectionSchema : IntrospectionSchema ) =
2526 introspectionSchema.GetHashCode() .ToString( System.Globalization.CultureInfo.InvariantCulture)
You can’t perform that action at this time.
0 commit comments