Interface GraphqlEndpointBuilderFactory.GraphqlBuilders

    • Method Detail

      • graphql

        default GraphqlEndpointBuilderFactory.GraphqlEndpointBuilder graphql​(String path)
        GraphQL (camel-graphql) Send GraphQL queries and mutations to external systems. Category: api Since: 3.0 Maven coordinates: org.apache.camel:camel-graphql Syntax: graphql:httpUri Path parameter: httpUri (required) The GraphQL server URI.
        Parameters:
        path - httpUri
        Returns:
        the dsl builder
      • graphql

        default GraphqlEndpointBuilderFactory.GraphqlEndpointBuilder graphql​(String componentName,
                                                                             String path)
        GraphQL (camel-graphql) Send GraphQL queries and mutations to external systems. Category: api Since: 3.0 Maven coordinates: org.apache.camel:camel-graphql Syntax: graphql:httpUri Path parameter: httpUri (required) The GraphQL server URI.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - httpUri
        Returns:
        the dsl builder