rollymaduk / a-new-test-repo

for git union tests
0 stars 0 forks source link

Create Resource #40

Open git-union-dev[bot] opened 8 months ago

git-union-dev[bot] commented 8 months ago

API Mutation Operations Specification

Implementing mutation operations for an API requires careful consideration of both REST and GraphQL paradigms. Below is the specification structured with GraphQL being the underlying technology.

Create Resource

As an API consumer, I want to be able to create a new resource in the system so that I can expand the dataset.

Acceptance Criteria

Update Resource

As an API consumer, I want to be able to update an existing resource so that I can keep the data current.

Acceptance Criteria