Skip to content

MateuszPrasal/laravel-graphql

Repository files navigation

laravel-graphql

Mutations

  • Auth/LoginMutation - mutation for login. It returns token
  • Auth/LogoutMutation - it allows logout user
  • Post/CreatePostMutation - it allows creating post. Required authentication and editor role
  • User/CreateUserMutation - it allows creating user. It requireds only authentication

Queries

  • Post/PostsPaginateQuery - it returns paginated posts
  • Post/PostsQuery - it returns all posts from db
  • User/UsersQuery - it returns all users and allows getting user by specific id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published