Interface GraphQLRenderConfig.Builder

    • Method Detail

      • typesFilePath

        GraphQLRenderConfig.Builder typesFilePath​(String typesFilePath)

        The path to the GraphQL types file, relative to the component output directory.

        Parameters:
        typesFilePath - The path to the GraphQL types file, relative to the component output directory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queriesFilePath

        GraphQLRenderConfig.Builder queriesFilePath​(String queriesFilePath)

        The path to the GraphQL queries file, relative to the component output directory.

        Parameters:
        queriesFilePath - The path to the GraphQL queries file, relative to the component output directory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mutationsFilePath

        GraphQLRenderConfig.Builder mutationsFilePath​(String mutationsFilePath)

        The path to the GraphQL mutations file, relative to the component output directory.

        Parameters:
        mutationsFilePath - The path to the GraphQL mutations file, relative to the component output directory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subscriptionsFilePath

        GraphQLRenderConfig.Builder subscriptionsFilePath​(String subscriptionsFilePath)

        The path to the GraphQL subscriptions file, relative to the component output directory.

        Parameters:
        subscriptionsFilePath - The path to the GraphQL subscriptions file, relative to the component output directory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fragmentsFilePath

        GraphQLRenderConfig.Builder fragmentsFilePath​(String fragmentsFilePath)

        The path to the GraphQL fragments file, relative to the component output directory.

        Parameters:
        fragmentsFilePath - The path to the GraphQL fragments file, relative to the component output directory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.