The Database Hub | Back4App
The Database Hub | Back4App
How it works
  • Log In
  • Sign Up

  1. Back4App
  2. Live Query Demo
Public

2
53
2
53
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • GraphQL API Playground
    API Playground
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

  1. Live Query Demo
  2. Todo

This is the Todo class to which our demo app subscribes using Parse Live Query.


DataSchema
Get StartedFetch Data
objectIdtitleisClosed
XEbAoalthk
Learn Parse
True
DO6hiOriQB
Learn Live Query
False
NotesNotes

Todo class

This is the Todo class to which our demo app subscribes using Parse Live Query. It has two columns:

  • a title column;
  • an isClosed column, which stores if the todo object is either closed or not.