Skip to content

usecaseを追加する #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
2 of 10 tasks
suzukalight opened this issue Aug 17, 2020 · 2 comments
Open
2 of 10 tasks

usecaseを追加する #9

suzukalight opened this issue Aug 17, 2020 · 2 comments

Comments

@suzukalight
Copy link
Owner

suzukalight commented Aug 17, 2020

  • user
    • DeleteUser(id: ID!): User!
    • UpdateProfile(displayName: String!): User!
  • auth
    • SignUpEmailPassword(email: String!, password: String!): { token: String!, user: User! }
  • todo
    • ReorderTodos(ids: [ID!]!)
    • QueryTodos(query: TodoQuery, order: TodoOrder, paging: TodoPaging)
  • workspace
    • CreateWorkspace(name: String!, ownerId: ID!)
    • InviteUser(userId: ID!)
    • InviteNewUser(email: String!)
    • ChangeWorkspaceOwner(ownerId: ID!)
    • UpdateWorkspace(name: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant