Uses of Interface
org.apache.unomi.graphql.providers.GraphQLProvider
- 
Packages that use GraphQLProvider Package Description org.apache.unomi.graphql.providers org.apache.unomi.graphql.providers.sample org.apache.unomi.graphql.schema  - 
- 
Uses of GraphQLProvider in org.apache.unomi.graphql.providers
Subinterfaces of GraphQLProvider in org.apache.unomi.graphql.providers Modifier and Type Interface Description interfaceGraphQLCodeRegistryProviderinterfaceGraphQLExtensionsProviderinterfaceGraphQLFieldVisibilityProviderProvider ofGraphqlFieldVisibilityto limit graphql schema fields visibility More about it here https://www.graphql-java.com/documentation/v14/fieldvisibility/interfaceGraphQLMutationProviderinterfaceGraphQLQueryProviderinterfaceGraphQLSubscriptionProvider - 
Uses of GraphQLProvider in org.apache.unomi.graphql.providers.sample
Classes in org.apache.unomi.graphql.providers.sample that implement GraphQLProvider Modifier and Type Class Description classCDPProviderSampleclassCDPVisibilityOnlyProviderExample graphql visibility provider It will block: - CDP_SegmentInput's view field as well as - .remove* fields at any depth level - 
Uses of GraphQLProvider in org.apache.unomi.graphql.schema
Methods in org.apache.unomi.graphql.schema with parameters of type GraphQLProvider Modifier and Type Method Description voidGraphQLSchemaUpdater. bindProvider(GraphQLProvider provider)voidGraphQLSchemaUpdater. unbindProvider(GraphQLProvider provider) 
 -