Skip to content

Commit

Permalink
Refine message.v2
Browse files Browse the repository at this point in the history
  • Loading branch information
byme8 committed Aug 21, 2024
1 parent 3a2cb65 commit de84d77
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 150 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand All @@ -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")]
Expand All @@ -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")]
Expand All @@ -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")]
Expand All @@ -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")]
Expand All @@ -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")]
Expand All @@ -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")]
Expand All @@ -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")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand All @@ -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")]
Expand All @@ -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")]
Expand All @@ -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")]
Expand All @@ -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")]
Expand All @@ -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")]
Expand All @@ -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")]
Expand Down Expand Up @@ -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")]
Expand Down
Loading

0 comments on commit de84d77

Please sign in to comment.