Skip to content

Commit

Permalink
Fixed StrawberryShake Snapshots
Browse files Browse the repository at this point in the history
michaelstaib committed Dec 17, 2023
1 parent 5ac4c6d commit d272875
Showing 123 changed files with 6,228 additions and 3,040 deletions.
Original file line number Diff line number Diff line change
@@ -16,7 +16,8 @@

namespace Microsoft.Extensions.DependencyInjection
{
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
// StrawberryShake.CodeGeneration.CSharp.Generators.DependencyInjectionGenerator
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public static partial class AnyScalarDefaultSerializationClientServiceCollectionExtensions
{
public static global::StrawberryShake.IClientBuilder<global::StrawberryShake.CodeGeneration.CSharp.Integration.AnyScalarDefaultSerialization.State.AnyScalarDefaultSerializationClientStoreAccessor> AddAnyScalarDefaultSerializationClient(this global::Microsoft.Extensions.DependencyInjection.IServiceCollection services, global::StrawberryShake.ExecutionStrategy strategy = global::StrawberryShake.ExecutionStrategy.NetworkOnly)
@@ -100,7 +101,8 @@ public void Dispose()

namespace StrawberryShake.CodeGeneration.CSharp.Integration.AnyScalarDefaultSerialization
{
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
// StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public partial class GetJsonResult : global::System.IEquatable<GetJsonResult>, IGetJsonResult
{
public GetJsonResult(global::System.Text.Json.JsonElement json)
@@ -161,12 +163,14 @@ public GetJsonResult(global::System.Text.Json.JsonElement json)
}
}

[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
// StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public partial interface IGetJsonResult
{
public global::System.Text.Json.JsonElement Json { get; }
}

// StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator
/// <summary>
/// Represents the operation service of the GetJson GraphQL operation
/// <code>
@@ -175,7 +179,7 @@ public partial interface IGetJsonResult
/// }
/// </code>
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public partial class GetJsonQueryDocument : global::StrawberryShake.IDocument
{
private GetJsonQueryDocument()
@@ -196,6 +200,7 @@ private GetJsonQueryDocument()
}
}

// StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator
/// <summary>
/// Represents the operation service of the GetJson GraphQL operation
/// <code>
@@ -204,7 +209,7 @@ private GetJsonQueryDocument()
/// }
/// </code>
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public partial class GetJsonQuery : global::StrawberryShake.CodeGeneration.CSharp.Integration.AnyScalarDefaultSerialization.IGetJsonQuery
{
private readonly global::StrawberryShake.IOperationExecutor<IGetJsonResult> _operationExecutor;
@@ -242,6 +247,7 @@ public GetJsonQuery(global::StrawberryShake.IOperationExecutor<IGetJsonResult> o
}
}

// StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator
/// <summary>
/// Represents the operation service of the GetJson GraphQL operation
/// <code>
@@ -250,17 +256,18 @@ public GetJsonQuery(global::StrawberryShake.IOperationExecutor<IGetJsonResult> o
/// }
/// </code>
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public partial interface IGetJsonQuery : global::StrawberryShake.IOperationRequestFactory
{
global::System.Threading.Tasks.Task<global::StrawberryShake.IOperationResult<IGetJsonResult>> ExecuteAsync(global::System.Threading.CancellationToken cancellationToken = default);
global::System.IObservable<global::StrawberryShake.IOperationResult<IGetJsonResult>> Watch(global::StrawberryShake.ExecutionStrategy? strategy = null);
}

// StrawberryShake.CodeGeneration.CSharp.Generators.ClientGenerator
/// <summary>
/// Represents the AnyScalarDefaultSerializationClient GraphQL client
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public partial class AnyScalarDefaultSerializationClient : global::StrawberryShake.CodeGeneration.CSharp.Integration.AnyScalarDefaultSerialization.IAnyScalarDefaultSerializationClient
{
private readonly global::StrawberryShake.CodeGeneration.CSharp.Integration.AnyScalarDefaultSerialization.IGetJsonQuery _getJson;
@@ -273,10 +280,11 @@ public AnyScalarDefaultSerializationClient(global::StrawberryShake.CodeGeneratio
public global::StrawberryShake.CodeGeneration.CSharp.Integration.AnyScalarDefaultSerialization.IGetJsonQuery GetJson => _getJson;
}

// StrawberryShake.CodeGeneration.CSharp.Generators.ClientInterfaceGenerator
/// <summary>
/// Represents the AnyScalarDefaultSerializationClient GraphQL client
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public partial interface IAnyScalarDefaultSerializationClient
{
global::StrawberryShake.CodeGeneration.CSharp.Integration.AnyScalarDefaultSerialization.IGetJsonQuery GetJson { get; }
@@ -285,7 +293,8 @@ public partial interface IAnyScalarDefaultSerializationClient

namespace StrawberryShake.CodeGeneration.CSharp.Integration.AnyScalarDefaultSerialization.State
{
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
// StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public partial class GetJsonResultFactory : global::StrawberryShake.IOperationResultDataFactory<global::StrawberryShake.CodeGeneration.CSharp.Integration.AnyScalarDefaultSerialization.GetJsonResult>
{
private readonly global::StrawberryShake.IEntityStore _entityStore;
@@ -316,7 +325,8 @@ public GetJsonResult Create(global::StrawberryShake.IOperationResultDataInfo dat
}
}

[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
// StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public partial class GetJsonResultInfo : global::StrawberryShake.IOperationResultDataInfo
{
private readonly global::System.Collections.Generic.IReadOnlyCollection<global::StrawberryShake.EntityId> _entityIds;
@@ -338,7 +348,8 @@ public GetJsonResultInfo(global::System.Text.Json.JsonElement json, global::Syst
}
}

[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
// StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public partial class GetJsonBuilder : global::StrawberryShake.OperationResultBuilder<global::StrawberryShake.CodeGeneration.CSharp.Integration.AnyScalarDefaultSerialization.IGetJsonResult>
{
private readonly global::StrawberryShake.IEntityStore _entityStore;
@@ -381,7 +392,8 @@ public GetJsonBuilder(global::StrawberryShake.IEntityStore entityStore, global::
}
}

[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
// StrawberryShake.CodeGeneration.CSharp.Generators.EntityIdFactoryGenerator
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public partial class AnyScalarDefaultSerializationClientEntityIdFactory : global::StrawberryShake.IEntityIdSerializer
{
private static readonly global::System.Text.Json.JsonWriterOptions _options = new global::System.Text.Json.JsonWriterOptions()
@@ -402,7 +414,8 @@ public partial class AnyScalarDefaultSerializationClientEntityIdFactory : global
}
}

[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
// StrawberryShake.CodeGeneration.CSharp.Generators.StoreAccessorGenerator
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public partial class AnyScalarDefaultSerializationClientStoreAccessor : global::StrawberryShake.StoreAccessor
{
public AnyScalarDefaultSerializationClientStoreAccessor(global::StrawberryShake.IOperationStore operationStore, global::StrawberryShake.IEntityStore entityStore, global::StrawberryShake.IEntityIdSerializer entityIdSerializer, global::System.Collections.Generic.IEnumerable<global::StrawberryShake.IOperationRequestFactory> requestFactories, global::System.Collections.Generic.IEnumerable<global::StrawberryShake.IOperationResultDataFactory> resultDataFactories) : base(operationStore, entityStore, entityIdSerializer, requestFactories, resultDataFactories)
Loading

0 comments on commit d272875

Please sign in to comment.