From de84d77adf5d7104227c06fbcdb6616510fd229b Mon Sep 17 00:00:00 2001 From: stanislav Date: Wed, 21 Aug 2024 12:36:19 +0300 Subject: [PATCH] Refine message.v2 --- ...ssNameIdenticalToPropertyName.verified.txt | 16 +-- ...omSchemaParseTests.Interfaces.verified.txt | 16 +-- ...rseSchemaTests.InternalClient.verified.txt | 134 +++++++++--------- ...ParseSchemaTests.PublicClient.verified.txt | 134 +++++++++--------- 4 files changed, 150 insertions(+), 150 deletions(-) diff --git a/src/ZeroQL.Tests/Bootstrap/CustomSchemaParseTests.ClassNameIdenticalToPropertyName.verified.txt b/src/ZeroQL.Tests/Bootstrap/CustomSchemaParseTests.ClassNameIdenticalToPropertyName.verified.txt index 7e27e2a..86cf343 100644 --- a/src/ZeroQL.Tests/Bootstrap/CustomSchemaParseTests.ClassNameIdenticalToPropertyName.verified.txt +++ b/src/ZeroQL.Tests/Bootstrap/CustomSchemaParseTests.ClassNameIdenticalToPropertyName.verified.txt @@ -32,8 +32,8 @@ namespace TestApp public class Container { [JsonPropertyName("limit")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public LimitZeroQL __Limit { get; set; } [ZeroQL.GraphQLName("limit")] @@ -57,8 +57,8 @@ namespace TestApp public class Query : global::ZeroQL.Internal.IQuery { [JsonPropertyName("perVariant")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public LimitZeroQL __PerVariant { get; set; } [ZeroQL.GraphQLName("perVariant")] @@ -68,8 +68,8 @@ namespace TestApp } [JsonPropertyName("maybePerVariant")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public LimitZeroQL? __MaybePerVariant { get; set; } [ZeroQL.GraphQLName("maybePerVariant")] @@ -79,8 +79,8 @@ namespace TestApp } [JsonPropertyName("perVariants")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public LimitZeroQL[] __PerVariants { get; set; } [ZeroQL.GraphQLName("perVariants")] @@ -90,8 +90,8 @@ namespace TestApp } [JsonPropertyName("maybePerVariants")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public LimitZeroQL[]? __MaybePerVariants { get; set; } [ZeroQL.GraphQLName("maybePerVariants")] @@ -101,8 +101,8 @@ namespace TestApp } [JsonPropertyName("limit")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Container __Limit { get; set; } [ZeroQL.GraphQLName("limit")] @@ -112,8 +112,8 @@ namespace TestApp } [JsonPropertyName("limits")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Container[] __Limits { get; set; } [ZeroQL.GraphQLName("limits")] @@ -123,8 +123,8 @@ namespace TestApp } [JsonPropertyName("userIds")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public long[] __UserIds { get; set; } [ZeroQL.GraphQLName("userIds")] diff --git a/src/ZeroQL.Tests/Bootstrap/CustomSchemaParseTests.Interfaces.verified.txt b/src/ZeroQL.Tests/Bootstrap/CustomSchemaParseTests.Interfaces.verified.txt index cb08a99..76f7d6b 100644 --- a/src/ZeroQL.Tests/Bootstrap/CustomSchemaParseTests.Interfaces.verified.txt +++ b/src/ZeroQL.Tests/Bootstrap/CustomSchemaParseTests.Interfaces.verified.txt @@ -12,8 +12,8 @@ public double Perimeter { get; set; } [JsonPropertyName("creator")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public IUser __Creator { get; set; } [ZeroQL.GraphQLName("creator")] @@ -33,8 +33,8 @@ public double Perimeter { get; set; } [JsonPropertyName("creator")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public IUser __Creator { get; set; } [ZeroQL.GraphQLName("creator")] @@ -54,8 +54,8 @@ public int? Id { get; set; } [JsonPropertyName("topLeft")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Point __TopLeft { get; set; } [ZeroQL.GraphQLName("topLeft")] @@ -65,8 +65,8 @@ } [JsonPropertyName("bottomRight")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Point __BottomRight { get; set; } [ZeroQL.GraphQLName("bottomRight")] @@ -80,8 +80,8 @@ public double Perimeter { get; set; } [JsonPropertyName("creator")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public IUser __Creator { get; set; } [ZeroQL.GraphQLName("creator")] @@ -101,8 +101,8 @@ public int? Id { get; set; } [JsonPropertyName("center")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Point __Center { get; set; } [ZeroQL.GraphQLName("center")] @@ -120,8 +120,8 @@ public double Perimeter { get; set; } [JsonPropertyName("creator")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User __Creator { get; set; } [ZeroQL.GraphQLName("creator")] @@ -170,8 +170,8 @@ public double Perimeter { get; set; } [JsonPropertyName("creator")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public IUser __Creator { get; set; } [ZeroQL.GraphQLName("creator")] diff --git a/src/ZeroQL.Tests/Bootstrap/ParseSchemaTests.InternalClient.verified.txt b/src/ZeroQL.Tests/Bootstrap/ParseSchemaTests.InternalClient.verified.txt index 4f223ce..46ae93a 100644 --- a/src/ZeroQL.Tests/Bootstrap/ParseSchemaTests.InternalClient.verified.txt +++ b/src/ZeroQL.Tests/Bootstrap/ParseSchemaTests.InternalClient.verified.txt @@ -36,8 +36,8 @@ namespace GraphQLClient public int? Id { get; set; } [JsonPropertyName("center")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Point __Center { get; set; } [ZeroQL.GraphQLName("center")] @@ -55,8 +55,8 @@ namespace GraphQLClient public double Perimeter { get; set; } [JsonPropertyName("creator")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Person? __Creator { get; set; } [ZeroQL.GraphQLName("creator")] @@ -96,8 +96,8 @@ namespace GraphQLClient public string Value { get; set; } [JsonPropertyName("containerWithError")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public ContainerWithError? __ContainerWithError { get; set; } [ZeroQL.GraphQLName("containerWithError")] @@ -116,8 +116,8 @@ namespace GraphQLClient public int Id { get; set; } [JsonPropertyName("figure")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public IFigure __Figure { get; set; } [ZeroQL.GraphQLName("figure")] @@ -127,8 +127,8 @@ namespace GraphQLClient } [JsonPropertyName("author")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User __Author { get; set; } [ZeroQL.GraphQLName("author")] @@ -155,8 +155,8 @@ namespace GraphQLClient public ImageResolution Resolution { get; set; } [JsonPropertyName("author")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User __Author { get; set; } [ZeroQL.GraphQLName("author")] @@ -210,8 +210,8 @@ namespace GraphQLClient public int Value { get; set; } [JsonPropertyName("limit2")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Limit2ZeroQL __Limit2 { get; set; } [ZeroQL.GraphQLName("limit2")] @@ -244,8 +244,8 @@ namespace GraphQLClient internal class Mutation : global::ZeroQL.Internal.IMutation { [JsonPropertyName("createUserId")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public global::GraphQLClient.uuid __CreateUserId { get; set; } [ZeroQL.GraphQLName("createUserId")] @@ -255,8 +255,8 @@ namespace GraphQLClient } [JsonPropertyName("dateTime")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public DateTimeOffset __DateTime { get; set; } [ZeroQL.GraphQLName("dateTime")] @@ -266,8 +266,8 @@ namespace GraphQLClient } [JsonPropertyName("dateTimes")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public DateTimeOffset? []? __DateTimes { get; set; } [ZeroQL.GraphQLName("dateTimes")] @@ -277,8 +277,8 @@ namespace GraphQLClient } [JsonPropertyName("dateTimeOffset")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public DateTimeOffset __DateTimeOffset { get; set; } [ZeroQL.GraphQLName("dateTimeOffset")] @@ -288,8 +288,8 @@ namespace GraphQLClient } [JsonPropertyName("timeSpan")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public TimeSpan __TimeSpan { get; set; } [ZeroQL.GraphQLName("timeSpan")] @@ -299,8 +299,8 @@ namespace GraphQLClient } [JsonPropertyName("dateOnly")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public DateOnly __DateOnly { get; set; } [ZeroQL.GraphQLName("dateOnly")] @@ -310,8 +310,8 @@ namespace GraphQLClient } [JsonPropertyName("timeOnly")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public TimeSpan __TimeOnly { get; set; } [ZeroQL.GraphQLName("timeOnly")] @@ -321,8 +321,8 @@ namespace GraphQLClient } [JsonPropertyName("createInstant")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public global::GraphQLClient.Instant __CreateInstant { get; set; } [ZeroQL.GraphQLName("createInstant")] @@ -332,8 +332,8 @@ namespace GraphQLClient } [JsonPropertyName("addUser")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User __AddUser { get; set; } [ZeroQL.GraphQLName("addUser")] @@ -347,8 +347,8 @@ namespace GraphQLClient public int DoError { get; set; } [JsonPropertyName("addUserProfileImage")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public int __AddUserProfileImage { get; set; } [ZeroQL.GraphQLName("addUserProfileImage")] @@ -358,8 +358,8 @@ namespace GraphQLClient } [JsonPropertyName("addMyProfileImage")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public int __AddMyProfileImage { get; set; } [ZeroQL.GraphQLName("addMyProfileImage")] @@ -369,8 +369,8 @@ namespace GraphQLClient } [JsonPropertyName("addUsersInfo")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public int __AddUsersInfo { get; set; } [ZeroQL.GraphQLName("addUsersInfo")] @@ -380,8 +380,8 @@ namespace GraphQLClient } [JsonPropertyName("addUsersInfoWithEmails")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public int __AddUsersInfoWithEmails { get; set; } [ZeroQL.GraphQLName("addUsersInfoWithEmails")] @@ -391,8 +391,8 @@ namespace GraphQLClient } [JsonPropertyName("addUserKindPascal")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public int __AddUserKindPascal { get; set; } [ZeroQL.GraphQLName("addUserKindPascal")] @@ -402,8 +402,8 @@ namespace GraphQLClient } [JsonPropertyName("addLimit")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public LimitZeroQL __AddLimit { get; set; } [ZeroQL.GraphQLName("addLimit")] @@ -413,8 +413,8 @@ namespace GraphQLClient } [JsonPropertyName("addLimitNullable")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public LimitZeroQL? __AddLimitNullable { get; set; } [ZeroQL.GraphQLName("addLimitNullable")] @@ -424,8 +424,8 @@ namespace GraphQLClient } [JsonPropertyName("addLimit2")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Limit2ZeroQL __AddLimit2 { get; set; } [ZeroQL.GraphQLName("addLimit2")] @@ -435,8 +435,8 @@ namespace GraphQLClient } [JsonPropertyName("addLimit2Nullable")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Limit2ZeroQL? __AddLimit2Nullable { get; set; } [ZeroQL.GraphQLName("addLimit2Nullable")] @@ -446,8 +446,8 @@ namespace GraphQLClient } [JsonPropertyName("addLimit3")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Limit3? __AddLimit3 { get; set; } [ZeroQL.GraphQLName("addLimit3")] @@ -457,8 +457,8 @@ namespace GraphQLClient } [JsonPropertyName("addLimits")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Limit2ZeroQL[] __AddLimits { get; set; } [ZeroQL.GraphQLName("addLimits")] @@ -468,8 +468,8 @@ namespace GraphQLClient } [JsonPropertyName("addLowerCaseTypeName")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public lower_case_type_name __AddLowerCaseTypeName { get; set; } [ZeroQL.GraphQLName("addLowerCaseTypeName")] @@ -479,8 +479,8 @@ namespace GraphQLClient } [JsonPropertyName("addValues")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public int __AddValues { get; set; } [ZeroQL.GraphQLName("addValues")] @@ -538,8 +538,8 @@ namespace GraphQLClient public double Perimeter { get; set; } [JsonPropertyName("creator")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public IPerson __Creator { get; set; } [ZeroQL.GraphQLName("creator")] @@ -566,8 +566,8 @@ namespace GraphQLClient internal class Query : global::ZeroQL.Internal.IQuery { [JsonPropertyName("int")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public int __Int { get; set; } [ZeroQL.GraphQLName("int")] @@ -577,8 +577,8 @@ namespace GraphQLClient } [JsonPropertyName("object")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public int __Object { get; set; } [ZeroQL.GraphQLName("object")] @@ -588,8 +588,8 @@ namespace GraphQLClient } [JsonPropertyName("containerWithoutError")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public ContainerWithoutError? __ContainerWithoutError { get; set; } [ZeroQL.GraphQLName("containerWithoutError")] @@ -599,8 +599,8 @@ namespace GraphQLClient } [JsonPropertyName("entities")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public IEntity[] __Entities { get; set; } [ZeroQL.GraphQLName("entities")] @@ -610,8 +610,8 @@ namespace GraphQLClient } [JsonPropertyName("figures")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public IFigure[] __Figures { get; set; } [ZeroQL.GraphQLName("figures")] @@ -621,8 +621,8 @@ namespace GraphQLClient } [JsonPropertyName("circles")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Circle[] __Circles { get; set; } [ZeroQL.GraphQLName("circles")] @@ -632,8 +632,8 @@ namespace GraphQLClient } [JsonPropertyName("squares")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Square[] __Squares { get; set; } [ZeroQL.GraphQLName("squares")] @@ -647,8 +647,8 @@ namespace GraphQLClient public global::System.Text.Json.JsonElement JsonUsersElement { get; set; } [JsonPropertyName("jsonUsersDocument")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public JsonDocument __JsonUsersDocument { get; set; } [ZeroQL.GraphQLName("jsonUsersDocument")] @@ -670,8 +670,8 @@ namespace GraphQLClient public global::GraphQLClient.ZonedDateTime ZonedDateTime { get; set; } [JsonPropertyName("posts")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public PostContent[] __Posts { get; set; } [ZeroQL.GraphQLName("posts")] @@ -681,8 +681,8 @@ namespace GraphQLClient } [JsonPropertyName("image")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public ImageContent __Image { get; set; } [ZeroQL.GraphQLName("image")] @@ -692,8 +692,8 @@ namespace GraphQLClient } [JsonPropertyName("text")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public TextContent __Text { get; set; } [ZeroQL.GraphQLName("text")] @@ -703,8 +703,8 @@ namespace GraphQLClient } [JsonPropertyName("figure")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public FigureContent __Figure { get; set; } [ZeroQL.GraphQLName("figure")] @@ -714,8 +714,8 @@ namespace GraphQLClient } [JsonPropertyName("me")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User __Me { get; set; } [ZeroQL.GraphQLName("me")] @@ -725,8 +725,8 @@ namespace GraphQLClient } [JsonPropertyName("currentUser")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User __CurrentUser { get; set; } [ZeroQL.GraphQLName("currentUser")] @@ -737,8 +737,8 @@ namespace GraphQLClient } [JsonPropertyName("MEWITHSUPPERCASING")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User __MEWITHSUPPERCASING { get; set; } [ZeroQL.GraphQLName("MEWITHSUPPERCASING")] @@ -748,8 +748,8 @@ namespace GraphQLClient } [JsonPropertyName("MeWithPascalCasing")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User __MeWithPascalCasing { get; set; } [ZeroQL.GraphQLName("MeWithPascalCasing")] @@ -759,8 +759,8 @@ namespace GraphQLClient } [JsonPropertyName("users")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User[] __Users { get; set; } [ZeroQL.GraphQLName("users")] @@ -778,8 +778,8 @@ namespace GraphQLClient public UserKindPascal[] UserKindPascals { get; set; } [JsonPropertyName("usersMatrix")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User[][] __UsersMatrix { get; set; } [ZeroQL.GraphQLName("usersMatrix")] @@ -789,8 +789,8 @@ namespace GraphQLClient } [JsonPropertyName("usersByKind")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User[] __UsersByKind { get; set; } [ZeroQL.GraphQLName("usersByKind")] @@ -800,8 +800,8 @@ namespace GraphQLClient } [JsonPropertyName("usersIds")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public int[] __UsersIds { get; set; } [ZeroQL.GraphQLName("usersIds")] @@ -811,8 +811,8 @@ namespace GraphQLClient } [JsonPropertyName("user")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User? __User { get; set; } [ZeroQL.GraphQLName("user")] @@ -822,8 +822,8 @@ namespace GraphQLClient } [JsonPropertyName("usersByIds")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User[] __UsersByIds { get; set; } [ZeroQL.GraphQLName("usersByIds")] @@ -833,8 +833,8 @@ namespace GraphQLClient } [JsonPropertyName("userKind")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public UserKind __UserKind { get; set; } [ZeroQL.GraphQLName("userKind")] @@ -844,8 +844,8 @@ namespace GraphQLClient } [JsonPropertyName("admin")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User? __Admin { get; set; } [ZeroQL.GraphQLName("admin")] @@ -855,8 +855,8 @@ namespace GraphQLClient } [JsonPropertyName("container")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public TypesContainer __Container { get; set; } [ZeroQL.GraphQLName("container")] @@ -884,8 +884,8 @@ namespace GraphQLClient internal class Square : IFigure, IEntity { [JsonPropertyName("creator")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public IPerson? __Creator { get; set; } [ZeroQL.GraphQLName("creator")] @@ -899,8 +899,8 @@ namespace GraphQLClient public int? Id { get; set; } [JsonPropertyName("topLeft")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Point __TopLeft { get; set; } [ZeroQL.GraphQLName("topLeft")] @@ -910,8 +910,8 @@ namespace GraphQLClient } [JsonPropertyName("bottomRight")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Point __BottomRight { get; set; } [ZeroQL.GraphQLName("bottomRight")] @@ -944,8 +944,8 @@ namespace GraphQLClient public string Text { get; set; } [JsonPropertyName("author")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User __Author { get; set; } [ZeroQL.GraphQLName("author")] @@ -1068,8 +1068,8 @@ namespace GraphQLClient public Guid[]? Value26 { get; set; } [JsonPropertyName("value27")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public KeyValuePairOfStringAndString[] __Value27 { get; set; } [ZeroQL.GraphQLName("value27")] @@ -1079,8 +1079,8 @@ namespace GraphQLClient } [JsonPropertyName("value28")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public KeyValuePairOfStringAndString[]? __Value28 { get; set; } [ZeroQL.GraphQLName("value28")] @@ -1090,8 +1090,8 @@ namespace GraphQLClient } [JsonPropertyName("value29")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public KeyValuePairOfStringAndString __Value29 { get; set; } [ZeroQL.GraphQLName("value29")] @@ -1101,8 +1101,8 @@ namespace GraphQLClient } [JsonPropertyName("value30")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public KeyValuePairOfStringAndString? __Value30 { get; set; } [ZeroQL.GraphQLName("value30")] @@ -1141,8 +1141,8 @@ namespace GraphQLClient public UserKind UserKind { get; set; } [JsonPropertyName("role")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Role? __Role { get; set; } [ZeroQL.GraphQLName("role")] @@ -1152,8 +1152,8 @@ namespace GraphQLClient } [JsonPropertyName("loginAttempts")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public UserLoginAttempt[] __LoginAttempts { get; set; } [ZeroQL.GraphQLName("loginAttempts")] @@ -1204,8 +1204,8 @@ namespace GraphQLClient public double Perimeter { get; set; } [JsonPropertyName("creator")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public IPerson? __Creator { get; set; } [ZeroQL.GraphQLName("creator")] @@ -1224,8 +1224,8 @@ namespace GraphQLClient public double Perimeter { get; set; } [JsonPropertyName("creator")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public IPerson? __Creator { get; set; } [ZeroQL.GraphQLName("creator")] diff --git a/src/ZeroQL.Tests/Bootstrap/ParseSchemaTests.PublicClient.verified.txt b/src/ZeroQL.Tests/Bootstrap/ParseSchemaTests.PublicClient.verified.txt index 7168e94..158ba91 100644 --- a/src/ZeroQL.Tests/Bootstrap/ParseSchemaTests.PublicClient.verified.txt +++ b/src/ZeroQL.Tests/Bootstrap/ParseSchemaTests.PublicClient.verified.txt @@ -36,8 +36,8 @@ namespace GraphQLClient public int? Id { get; set; } [JsonPropertyName("center")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Point __Center { get; set; } [ZeroQL.GraphQLName("center")] @@ -55,8 +55,8 @@ namespace GraphQLClient public double Perimeter { get; set; } [JsonPropertyName("creator")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Person? __Creator { get; set; } [ZeroQL.GraphQLName("creator")] @@ -96,8 +96,8 @@ namespace GraphQLClient public string Value { get; set; } [JsonPropertyName("containerWithError")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public ContainerWithError? __ContainerWithError { get; set; } [ZeroQL.GraphQLName("containerWithError")] @@ -116,8 +116,8 @@ namespace GraphQLClient public int Id { get; set; } [JsonPropertyName("figure")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public IFigure __Figure { get; set; } [ZeroQL.GraphQLName("figure")] @@ -127,8 +127,8 @@ namespace GraphQLClient } [JsonPropertyName("author")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User __Author { get; set; } [ZeroQL.GraphQLName("author")] @@ -155,8 +155,8 @@ namespace GraphQLClient public ImageResolution Resolution { get; set; } [JsonPropertyName("author")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User __Author { get; set; } [ZeroQL.GraphQLName("author")] @@ -210,8 +210,8 @@ namespace GraphQLClient public int Value { get; set; } [JsonPropertyName("limit2")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Limit2ZeroQL __Limit2 { get; set; } [ZeroQL.GraphQLName("limit2")] @@ -244,8 +244,8 @@ namespace GraphQLClient public class Mutation : global::ZeroQL.Internal.IMutation { [JsonPropertyName("createUserId")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public global::GraphQLClient.uuid __CreateUserId { get; set; } [ZeroQL.GraphQLName("createUserId")] @@ -255,8 +255,8 @@ namespace GraphQLClient } [JsonPropertyName("dateTime")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public DateTimeOffset __DateTime { get; set; } [ZeroQL.GraphQLName("dateTime")] @@ -266,8 +266,8 @@ namespace GraphQLClient } [JsonPropertyName("dateTimes")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public DateTimeOffset? []? __DateTimes { get; set; } [ZeroQL.GraphQLName("dateTimes")] @@ -277,8 +277,8 @@ namespace GraphQLClient } [JsonPropertyName("dateTimeOffset")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public DateTimeOffset __DateTimeOffset { get; set; } [ZeroQL.GraphQLName("dateTimeOffset")] @@ -288,8 +288,8 @@ namespace GraphQLClient } [JsonPropertyName("timeSpan")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public TimeSpan __TimeSpan { get; set; } [ZeroQL.GraphQLName("timeSpan")] @@ -299,8 +299,8 @@ namespace GraphQLClient } [JsonPropertyName("dateOnly")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public DateOnly __DateOnly { get; set; } [ZeroQL.GraphQLName("dateOnly")] @@ -310,8 +310,8 @@ namespace GraphQLClient } [JsonPropertyName("timeOnly")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public TimeSpan __TimeOnly { get; set; } [ZeroQL.GraphQLName("timeOnly")] @@ -321,8 +321,8 @@ namespace GraphQLClient } [JsonPropertyName("createInstant")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public global::GraphQLClient.Instant __CreateInstant { get; set; } [ZeroQL.GraphQLName("createInstant")] @@ -332,8 +332,8 @@ namespace GraphQLClient } [JsonPropertyName("addUser")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User __AddUser { get; set; } [ZeroQL.GraphQLName("addUser")] @@ -347,8 +347,8 @@ namespace GraphQLClient public int DoError { get; set; } [JsonPropertyName("addUserProfileImage")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public int __AddUserProfileImage { get; set; } [ZeroQL.GraphQLName("addUserProfileImage")] @@ -358,8 +358,8 @@ namespace GraphQLClient } [JsonPropertyName("addMyProfileImage")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public int __AddMyProfileImage { get; set; } [ZeroQL.GraphQLName("addMyProfileImage")] @@ -369,8 +369,8 @@ namespace GraphQLClient } [JsonPropertyName("addUsersInfo")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public int __AddUsersInfo { get; set; } [ZeroQL.GraphQLName("addUsersInfo")] @@ -380,8 +380,8 @@ namespace GraphQLClient } [JsonPropertyName("addUsersInfoWithEmails")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public int __AddUsersInfoWithEmails { get; set; } [ZeroQL.GraphQLName("addUsersInfoWithEmails")] @@ -391,8 +391,8 @@ namespace GraphQLClient } [JsonPropertyName("addUserKindPascal")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public int __AddUserKindPascal { get; set; } [ZeroQL.GraphQLName("addUserKindPascal")] @@ -402,8 +402,8 @@ namespace GraphQLClient } [JsonPropertyName("addLimit")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public LimitZeroQL __AddLimit { get; set; } [ZeroQL.GraphQLName("addLimit")] @@ -413,8 +413,8 @@ namespace GraphQLClient } [JsonPropertyName("addLimitNullable")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public LimitZeroQL? __AddLimitNullable { get; set; } [ZeroQL.GraphQLName("addLimitNullable")] @@ -424,8 +424,8 @@ namespace GraphQLClient } [JsonPropertyName("addLimit2")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Limit2ZeroQL __AddLimit2 { get; set; } [ZeroQL.GraphQLName("addLimit2")] @@ -435,8 +435,8 @@ namespace GraphQLClient } [JsonPropertyName("addLimit2Nullable")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Limit2ZeroQL? __AddLimit2Nullable { get; set; } [ZeroQL.GraphQLName("addLimit2Nullable")] @@ -446,8 +446,8 @@ namespace GraphQLClient } [JsonPropertyName("addLimit3")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Limit3? __AddLimit3 { get; set; } [ZeroQL.GraphQLName("addLimit3")] @@ -457,8 +457,8 @@ namespace GraphQLClient } [JsonPropertyName("addLimits")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Limit2ZeroQL[] __AddLimits { get; set; } [ZeroQL.GraphQLName("addLimits")] @@ -468,8 +468,8 @@ namespace GraphQLClient } [JsonPropertyName("addLowerCaseTypeName")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public lower_case_type_name __AddLowerCaseTypeName { get; set; } [ZeroQL.GraphQLName("addLowerCaseTypeName")] @@ -479,8 +479,8 @@ namespace GraphQLClient } [JsonPropertyName("addValues")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public int __AddValues { get; set; } [ZeroQL.GraphQLName("addValues")] @@ -538,8 +538,8 @@ namespace GraphQLClient public double Perimeter { get; set; } [JsonPropertyName("creator")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public IPerson __Creator { get; set; } [ZeroQL.GraphQLName("creator")] @@ -566,8 +566,8 @@ namespace GraphQLClient public class Query : global::ZeroQL.Internal.IQuery { [JsonPropertyName("int")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public int __Int { get; set; } [ZeroQL.GraphQLName("int")] @@ -577,8 +577,8 @@ namespace GraphQLClient } [JsonPropertyName("object")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public int __Object { get; set; } [ZeroQL.GraphQLName("object")] @@ -588,8 +588,8 @@ namespace GraphQLClient } [JsonPropertyName("containerWithoutError")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public ContainerWithoutError? __ContainerWithoutError { get; set; } [ZeroQL.GraphQLName("containerWithoutError")] @@ -599,8 +599,8 @@ namespace GraphQLClient } [JsonPropertyName("entities")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public IEntity[] __Entities { get; set; } [ZeroQL.GraphQLName("entities")] @@ -610,8 +610,8 @@ namespace GraphQLClient } [JsonPropertyName("figures")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public IFigure[] __Figures { get; set; } [ZeroQL.GraphQLName("figures")] @@ -621,8 +621,8 @@ namespace GraphQLClient } [JsonPropertyName("circles")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Circle[] __Circles { get; set; } [ZeroQL.GraphQLName("circles")] @@ -632,8 +632,8 @@ namespace GraphQLClient } [JsonPropertyName("squares")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Square[] __Squares { get; set; } [ZeroQL.GraphQLName("squares")] @@ -647,8 +647,8 @@ namespace GraphQLClient public global::System.Text.Json.JsonElement JsonUsersElement { get; set; } [JsonPropertyName("jsonUsersDocument")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public JsonDocument __JsonUsersDocument { get; set; } [ZeroQL.GraphQLName("jsonUsersDocument")] @@ -670,8 +670,8 @@ namespace GraphQLClient public global::GraphQLClient.ZonedDateTime ZonedDateTime { get; set; } [JsonPropertyName("posts")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public PostContent[] __Posts { get; set; } [ZeroQL.GraphQLName("posts")] @@ -681,8 +681,8 @@ namespace GraphQLClient } [JsonPropertyName("image")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public ImageContent __Image { get; set; } [ZeroQL.GraphQLName("image")] @@ -692,8 +692,8 @@ namespace GraphQLClient } [JsonPropertyName("text")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public TextContent __Text { get; set; } [ZeroQL.GraphQLName("text")] @@ -703,8 +703,8 @@ namespace GraphQLClient } [JsonPropertyName("figure")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public FigureContent __Figure { get; set; } [ZeroQL.GraphQLName("figure")] @@ -714,8 +714,8 @@ namespace GraphQLClient } [JsonPropertyName("me")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User __Me { get; set; } [ZeroQL.GraphQLName("me")] @@ -725,8 +725,8 @@ namespace GraphQLClient } [JsonPropertyName("currentUser")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User __CurrentUser { get; set; } [ZeroQL.GraphQLName("currentUser")] @@ -737,8 +737,8 @@ namespace GraphQLClient } [JsonPropertyName("MEWITHSUPPERCASING")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User __MEWITHSUPPERCASING { get; set; } [ZeroQL.GraphQLName("MEWITHSUPPERCASING")] @@ -748,8 +748,8 @@ namespace GraphQLClient } [JsonPropertyName("MeWithPascalCasing")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User __MeWithPascalCasing { get; set; } [ZeroQL.GraphQLName("MeWithPascalCasing")] @@ -759,8 +759,8 @@ namespace GraphQLClient } [JsonPropertyName("users")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User[] __Users { get; set; } [ZeroQL.GraphQLName("users")] @@ -778,8 +778,8 @@ namespace GraphQLClient public UserKindPascal[] UserKindPascals { get; set; } [JsonPropertyName("usersMatrix")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User[][] __UsersMatrix { get; set; } [ZeroQL.GraphQLName("usersMatrix")] @@ -789,8 +789,8 @@ namespace GraphQLClient } [JsonPropertyName("usersByKind")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User[] __UsersByKind { get; set; } [ZeroQL.GraphQLName("usersByKind")] @@ -800,8 +800,8 @@ namespace GraphQLClient } [JsonPropertyName("usersIds")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public int[] __UsersIds { get; set; } [ZeroQL.GraphQLName("usersIds")] @@ -811,8 +811,8 @@ namespace GraphQLClient } [JsonPropertyName("user")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User? __User { get; set; } [ZeroQL.GraphQLName("user")] @@ -822,8 +822,8 @@ namespace GraphQLClient } [JsonPropertyName("usersByIds")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User[] __UsersByIds { get; set; } [ZeroQL.GraphQLName("usersByIds")] @@ -833,8 +833,8 @@ namespace GraphQLClient } [JsonPropertyName("userKind")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public UserKind __UserKind { get; set; } [ZeroQL.GraphQLName("userKind")] @@ -844,8 +844,8 @@ namespace GraphQLClient } [JsonPropertyName("admin")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User? __Admin { get; set; } [ZeroQL.GraphQLName("admin")] @@ -855,8 +855,8 @@ namespace GraphQLClient } [JsonPropertyName("container")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public TypesContainer __Container { get; set; } [ZeroQL.GraphQLName("container")] @@ -884,8 +884,8 @@ namespace GraphQLClient public class Square : IFigure, IEntity { [JsonPropertyName("creator")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public IPerson? __Creator { get; set; } [ZeroQL.GraphQLName("creator")] @@ -899,8 +899,8 @@ namespace GraphQLClient public int? Id { get; set; } [JsonPropertyName("topLeft")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Point __TopLeft { get; set; } [ZeroQL.GraphQLName("topLeft")] @@ -910,8 +910,8 @@ namespace GraphQLClient } [JsonPropertyName("bottomRight")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Point __BottomRight { get; set; } [ZeroQL.GraphQLName("bottomRight")] @@ -944,8 +944,8 @@ namespace GraphQLClient public string Text { get; set; } [JsonPropertyName("author")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public User __Author { get; set; } [ZeroQL.GraphQLName("author")] @@ -1068,8 +1068,8 @@ namespace GraphQLClient public Guid[]? Value26 { get; set; } [JsonPropertyName("value27")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public KeyValuePairOfStringAndString[] __Value27 { get; set; } [ZeroQL.GraphQLName("value27")] @@ -1079,8 +1079,8 @@ namespace GraphQLClient } [JsonPropertyName("value28")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public KeyValuePairOfStringAndString[]? __Value28 { get; set; } [ZeroQL.GraphQLName("value28")] @@ -1090,8 +1090,8 @@ namespace GraphQLClient } [JsonPropertyName("value29")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public KeyValuePairOfStringAndString __Value29 { get; set; } [ZeroQL.GraphQLName("value29")] @@ -1101,8 +1101,8 @@ namespace GraphQLClient } [JsonPropertyName("value30")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public KeyValuePairOfStringAndString? __Value30 { get; set; } [ZeroQL.GraphQLName("value30")] @@ -1141,8 +1141,8 @@ namespace GraphQLClient public UserKind UserKind { get; set; } [JsonPropertyName("role")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public Role? __Role { get; set; } [ZeroQL.GraphQLName("role")] @@ -1152,8 +1152,8 @@ namespace GraphQLClient } [JsonPropertyName("loginAttempts")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public UserLoginAttempt[] __LoginAttempts { get; set; } [ZeroQL.GraphQLName("loginAttempts")] @@ -1204,8 +1204,8 @@ namespace GraphQLClient public double Perimeter { get; set; } [JsonPropertyName("creator")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public IPerson? __Creator { get; set; } [ZeroQL.GraphQLName("creator")] @@ -1224,8 +1224,8 @@ namespace GraphQLClient public double Perimeter { get; set; } [JsonPropertyName("creator")] - [global::System.ObsoleteAttribute("This property is for internal use only.")] [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + [global::System.ObsoleteAttribute("This property is for internal use only. Do not use it directly. It maybe be removed in the future releases.")] public IPerson? __Creator { get; set; } [ZeroQL.GraphQLName("creator")]