steemQL 0.5.2 - Mentions and Followers

in steemdev •  7 years ago 

Quick update for the steemQL GraphQL server.

New stuff:

  • Mentions of any users.
  • Get followers

'Mentions' are already used by the Insteem Web App, try it here: https://www.insteem.com/mentions/@sarasate
Will be available at the mobile App soon.

Here is a sample query for steemQL:

{
  mentions(username: "sarasate") {
    results {
      author
      title
      type
      summary
    }
  }
}

Already implemented:

  • Mutations to create posts and comments, based on the steem API
  • Convenient mutations to create posts/comments with the minimal parameters needed
  • Some minor improvements and new queries, like getFollowCount
  • Gets Users/Accounts
  • Get Posts (Discussions) by tag/sort
  • Search the steem blockchain, powered by AskSteem

Next to implement will be voting.

Check it out: steemQL Server. To get documentation for available queries, hit the green Schema button on the right.

Projects using steemQL:

Screen Shot 2018-01-25 at 16.21.22.png

If you're not familiar with GraphQL, here you go.

Stay steemed

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

You got a 1.47% upvote from @bid4joy courtesy of @sarasate!

Chamo, que bueno este tipo de publicaciones, me gusta mucho leer sobre estos temas. Pasa por mi blog y apoyame porfa! https://steemit.com/love/@caropaez/palabras-de-enamorado vota por la mia tambien porfavor! Y gracias
https://steemit.com/amor/@caropaez/15-dias-de-prueba

Awesome!! I was previously using your old https://steemql.herokuapp.com/graphql for single discussion content queries for this Android app I'm working on. Screenshot_1517071442.png

I want to get all the content replies, but I don't think i found that option yet on your schema

Thats on the list for the next implementations, so stay tuned..