OBJECT
Query
link GraphQL Schema definition
- type Query {
- : User
- # Arguments
- # siteId: Id of a Site
- # siteHost: Host of a Site
- (: Int, : String): Site
- # Arguments
- # siteId: Id of a site
- # siteHost: Host of a site
- # fallbackOnSiteBaseHost: [Not documented]
- (: Int, : String, : Boolean): PublicSite
- # List of sites with https protocol
- : [Site]
- # Arguments
- # query: The Title or Host of the Site
- # siteType: Type of the Sites
- (: String, : SiteType): [Site]!
- # List of sites
- #
- # Arguments
- # page: [Not documented]
- # perPage: [Not documented]
- # siteType: Type of the Sites
- (: Int, : Int, : SiteType): PaginatableSites
- : [LightenedSite]!
- # List of themes
- #
- # Arguments
- # page: [Not documented]
- # perPage: [Not documented]
- (: Int, : Int): PaginatableThemes
- # Arguments
- # pageId: Id of a page
- # pageTitle: Title of a page (siteId mandatory)
- # siteId: Site of a page (pageTitle mandatory)
- (: Int, : String, : Int): Page
- # Arguments
- # companyId: Id of a Company
- # companyCrmId: CRM Id of a Company
- (: Int, : String): Company
- }
link Require by
This element is not required by anyone