Record Class GqlSchemaRoot.GqlInputField

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

public static record GqlSchemaRoot.GqlInputField(String name, String description, GqlSchemaRoot.GqlParam type, String defaultValue) extends Record