Uses of Class
org.apache.unomi.graphql.types.output.CDPSource
-
Packages that use CDPSource Package Description org.apache.unomi.graphql.commands org.apache.unomi.graphql.fetchers org.apache.unomi.graphql.types.output -
-
Uses of CDPSource in org.apache.unomi.graphql.commands
Methods in org.apache.unomi.graphql.commands that return CDPSource Modifier and Type Method Description CDPSource
CreateOrUpdateSourceCommand. execute()
-
Uses of CDPSource in org.apache.unomi.graphql.fetchers
Methods in org.apache.unomi.graphql.fetchers that return types with arguments of type CDPSource Modifier and Type Method Description List<CDPSource>
SourceDataFetcher. get(graphql.schema.DataFetchingEnvironment environment)
-
Uses of CDPSource in org.apache.unomi.graphql.types.output
Methods in org.apache.unomi.graphql.types.output that return CDPSource Modifier and Type Method Description default CDPSource
CDPEventInterface. cdp_source(graphql.schema.DataFetchingEnvironment environment)
CDPSource
CDPMutation. createOrUpdateSource(CDPSourceInput sourceInput, graphql.schema.DataFetchingEnvironment environment)
CDPSource
CDPConsent. source()
Methods in org.apache.unomi.graphql.types.output that return types with arguments of type CDPSource Modifier and Type Method Description List<CDPSource>
CDPQuery. getSources(graphql.schema.DataFetchingEnvironment environment)
-