Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

[api] Queries & Mutations for Albums #62

Closed
4 tasks
prabhuomkar opened this issue Nov 4, 2021 · 0 comments · Fixed by #72
Closed
4 tasks

[api] Queries & Mutations for Albums #62

prabhuomkar opened this issue Nov 4, 2021 · 0 comments · Fixed by #72
Assignees

Comments

@prabhuomkar
Copy link
Owner

  • Showing list of albums using query albums(page: Int, limit: Int) and single albums query album(id: String)
  • Create an album using mutation createAlbum(input: Object)
  • Update the name of the album or remove images from the album mutation updateAlbum(id: String, input: Object)
  • Delete an album mutation deleteAlbum(id: String)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant