Skip to content

Commit

Permalink
Commit new client.
Browse files Browse the repository at this point in the history
  • Loading branch information
byme8 committed Oct 30, 2022
1 parent 2ec7571 commit ad64b76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/TestApp/ZeroQL.TestApp/Generated/GraphQL.g.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// This file generated for ZeroQL.
// <auto-generated/>
#pragma warning disable 8618
#nullable enable
namespace GraphQL.TestServer
{
Expand Down Expand Up @@ -349,4 +350,5 @@ public static void Init()
global::ZeroQL.Json.ZeroQLEnumJsonSerializersStore.Converters[typeof(UserKind)] = new global::ZeroQL.Json.ZeroQLEnumConverter<UserKind>(new global::System.Collections.Generic.Dictionary<string, UserKind>{{"SUPPER_GOOD", UserKind.SupperGood}, {"GOOD", UserKind.Good}, {"BAD", UserKind.Bad}, }, new global::System.Collections.Generic.Dictionary<UserKind, string>{{UserKind.SupperGood, "SUPPER_GOOD"}, {UserKind.Good, "GOOD"}, {UserKind.Bad, "BAD"}, });
}
}
}
}
#pragma warning restore 8618

0 comments on commit ad64b76

Please sign in to comment.