OBJECT
GEO / LLMS configuration of a site
type GeoConfiguration {# Idid: Int! # Is the llms.txt generation enabled?llmsEnabled: Boolean! # Generated llms.txt contentllmsContent: String # Human-readable label of the last generation datellmsGeneratedAtLabel: String # Is the llms.txt content published?llmsPublished: Boolean! }