GraphQLUserResponse.Data Property

Definition

data

[System.Text.Json.Serialization.JsonPropertyName("data")]
public System.Text.Json.JsonElement? Data { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("data")>]
member this.Data : Nullable<System.Text.Json.JsonElement> with get, set
Public Property Data As Nullable(Of JsonElement)

Property Value

Attributes

Applies to