Skip to content

RobustBase/learn-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Access GraphQL client

URL: http://localhost:8080/graphql Method: POST

query {
    recentPosts(count: 10, offset: 0) {
        id
        title
        category
        author {
            id
            name
            thumbnail
        }
    }
}

About

Learn GraphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages