Skip to content

gateway: orderservice-resolver that will call order-service client #29

@pooranjoyb

Description

@pooranjoyb

The Workflow should look like this:

GraphQL Mutation: User calls createOrder/getOrder/updateOrder/deleteOrder.

Gateway Resolver: Receives the request and sends a POST request via HTTP to the Order Service.

Order Service: Saves the order to PostgreSQL and publishes an event to RabbitMQ.

Gateway Resolver: Receives the confirmation from the Order Service and returns the Order object to the client.

Metadata

Metadata

Assignees

No one assigned

    Labels

    level3level-3 difficultynsoc26Nexus Summer of Code 2026

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions