Record Class GqlSchemaRoot.GqlType.GqlObject

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

public static record GqlSchemaRoot.GqlType.GqlObject(GqlSchemaRoot.GqlKind kind, String name, String description, Collection<GqlSchemaRoot.GqlField> fields, Collection<GqlSchemaRoot.GqlParam> interfaces) extends Record implements GqlSchemaRoot.GqlType