gqlType

@Serializable(with = GQLTypeSerializer::class)
val gqlType: GQLType?

The GraphQL type of the field needed to build the CompiledField or null for synthetic fields

TODO: CompiledField duplicates "operation_document" so we could certainly remove it (and gqlType too)