OBJECT

GeoConfiguration

GEO / LLMS configuration of a site

link GraphQL Schema definition

  • type GeoConfiguration {
  • # Id
  • id: Int!
  • # Is the llms.txt generation enabled?
  • llmsEnabled: Boolean!
  • # Generated llms.txt content
  • llmsContent: String
  • # Human-readable label of the last generation date
  • llmsGeneratedAtLabel: String
  • # Is the llms.txt content published?
  • llmsPublished: Boolean!
  • }