Class LikesProvider
java.lang.Object
com.atlassian.confluence.plugins.like.graphql.LikesProvider
- All Implemented Interfaces:
com.atlassian.graphql.spi.GraphQLTypeContributor
public class LikesProvider
extends Object
implements com.atlassian.graphql.spi.GraphQLTypeContributor
A GraphQL provider for the 'likes' field of the Content entity.
- Since:
- 6.12.0
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionLikesProvider
(LikeManager likeManager, PersonService personService, UserAccessor userAccessor, NetworkService networkService, ContentEntityManager contentEntityManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
contributeFields
(String typeName, Type type, List<graphql.schema.GraphQLFieldDefinition> fields, com.atlassian.graphql.spi.GraphQLTypeBuilderContext context) contributeTypeName
(String typeName, Type type, com.atlassian.graphql.spi.GraphQLTypeBuilderContext context) likes
(graphql.schema.DataFetchingEnvironment env)
-
Constructor Details
-
LikesProvider
public LikesProvider(LikeManager likeManager, PersonService personService, UserAccessor userAccessor, NetworkService networkService, ContentEntityManager contentEntityManager)
-
-
Method Details
-
contributeTypeName
public String contributeTypeName(String typeName, Type type, com.atlassian.graphql.spi.GraphQLTypeBuilderContext context) - Specified by:
contributeTypeName
in interfacecom.atlassian.graphql.spi.GraphQLTypeContributor
-
contributeFields
public void contributeFields(String typeName, Type type, List<graphql.schema.GraphQLFieldDefinition> fields, com.atlassian.graphql.spi.GraphQLTypeBuilderContext context) - Specified by:
contributeFields
in interfacecom.atlassian.graphql.spi.GraphQLTypeContributor
-
likes
-