OBJECT
PublicSite
A subset of type "Site", containing only some fields that need to be accessed without any permission restriction.
link GraphQL Schema definition
- type PublicSite {
- # Id of the Site
- Int! :
- # Title of the Site
- String! :
- # URL of the Site
- String :
- String :
- # BackOffice logo of the site
- Media :
- # Platform LoginForm logo of the site
- Media :
- # Logo of the site
- Media :
- # Favicon of the site
- Media :
- # Should uploaded medias see their original filename kept?
- Boolean! :
- # List of availables locales
- String!]! : [
- # Locale by default for site
- String :
- # Parent site, without access checks.
- PublicSite :
- # Call center number (for platform only)
- PhoneNumber :
- }