Uses of Interface
com.atlassian.confluence.rest.api.graphql.GraphQL
-
Packages that use GraphQL Package Description com.atlassian.confluence.plugins.graphql com.atlassian.confluence.plugins.restapi.enrich com.atlassian.confluence.plugins.restapi.enrich.model -
-
Uses of GraphQL in com.atlassian.confluence.plugins.graphql
Classes in com.atlassian.confluence.plugins.graphql that implement GraphQL Modifier and Type Class Description class
DefaultGraphQL
-
Uses of GraphQL in com.atlassian.confluence.plugins.restapi.enrich
Fields in com.atlassian.confluence.plugins.restapi.enrich declared as GraphQL Modifier and Type Field Description protected GraphQL
AbstractLinkEnricher. graphql
Constructors in com.atlassian.confluence.plugins.restapi.enrich with parameters of type GraphQL Constructor Description AbstractLinkEnricher(RestNavigationService navigationService, GraphQL graphql)
DefaultRestEntityEnrichmentManager(RestNavigationService navBuilderService, GraphQL graphql, DefaultRestEntityFactory restEntityFactory)
EnricherResourceFilterFactory(RestNavigationService navBuilderService, GraphQL graphql, DefaultRestEntityFactory restEntityFactory)
-
Uses of GraphQL in com.atlassian.confluence.plugins.restapi.enrich.model
Constructors in com.atlassian.confluence.plugins.restapi.enrich.model with parameters of type GraphQL Constructor Description ContentEnricher(RestNavigationService navigationService, GraphQL graphql)
RestListLinkEnricher(RestNavigationService navigationService, GraphQL graphql)
SpaceEnricher(RestNavigationService navigationService, GraphQL graphql)
-