Interface AppSyncParameters.Builder

    • Method Detail

      • graphQLOperation

        AppSyncParameters.Builder graphQLOperation​(String graphQLOperation)

        The GraphQL operation; that is, the query, mutation, or subscription to be parsed and executed by the GraphQL service.

        For more information, see Operations in the AppSync User Guide.

        Parameters:
        graphQLOperation - The GraphQL operation; that is, the query, mutation, or subscription to be parsed and executed by the GraphQL service.

        For more information, see Operations in the AppSync User Guide.

        Returns:
        Returns a reference to this object so that method calls can be chained together.