Record Class GqlSchemaRoot.GqlDirective

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

public static record GqlSchemaRoot.GqlDirective(String name, String description, Collection<GqlSchemaRoot.GqlInputField> args, Collection<Object> locations) extends Record