Record Class Net.ParamsOfQuery

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Net.ParamsOfQuery
Record Components:
query - GraphQL query text.
variables - Must be a map with named values that can be used in query. Variables used in query.
Enclosing class:
Net

public static record Net.ParamsOfQuery(String query, com.fasterxml.jackson.databind.JsonNode variables) extends Record