Record Class GqlSchemaRoot.GqlField

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.reference.gql.GqlSchemaRoot.GqlField
Enclosing class:
GqlSchemaRoot

public static record GqlSchemaRoot.GqlField(String name, String description, Collection<GqlSchemaRoot.GqlInputField> args, GqlSchemaRoot.GqlParam type, boolean isDeprecated, String deprecationReason) extends Record