Skip to content

Generate mock responses for mutations and queries. #33

Open
@Gbahdeyboh

Description

@Gbahdeyboh

GraphQL is a very declarative query language. It provides a declarative approach to data fetching. From the schema, you already know what kind of data to expect and you can choose to request just what you need.

We can leverage the declarative nature of GraphQL and generate mock response data that can be included in the generated collection. Having responses pre-generated in a collection means consumers of that collection can create mock servers for that API by just clicking a few buttons without having to worry about populating the collection with sample responses from scratch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    doingIs currently being worked onenhancementNew feature or requestp2priority 2stuck

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions