Record Class GqlSchemaRoot.GqlParam

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

public static record GqlSchemaRoot.GqlParam(String kind, Object type, String name, String description, GqlSchemaRoot.GqlParam ofType) extends Record