Record Class GqlSchemaRoot.GqlType.GqlInputObject

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.reference.gql.GqlSchemaRoot.GqlType.GqlInputObject
All Implemented Interfaces:
GqlSchemaRoot.GqlType
Enclosing interface:
GqlSchemaRoot.GqlType

public static record GqlSchemaRoot.GqlType.GqlInputObject(GqlSchemaRoot.GqlKind kind, String name, String description, Collection<GqlSchemaRoot.GqlInputField> inputFields) extends Record implements GqlSchemaRoot.GqlType