1. 1. About
    1. 1.1. Design Goals
    2. 1.2. Roadmap
    3. 1.3. Changelog
    4. 1.4. License
    5. 1.5. Code of Conduct
  2. 2. Installation
  3. 3. Configuration
    1. 3.1. Logging
    2. 3.2. HTTP/GraphQL Server
    3. 3.3. Plugins
  4. 4. Model
    1. 4.1. Component
    2. 4.2. Entity Type
    3. 4.3. Relation Type
    4. 4.4. Property Type
    5. 4.5. Flow Type
    6. 4.6. Extension
    7. 4.7. Entity Instance
    8. 4.8. Relation Instance
    9. 4.9. Property Instance
    10. 4.10. Flow Instances
  5. 5. GraphQL API
    1. 5.1. Components
    2. 5.2. Entity Types
    3. 5.3. Relation Types
    4. 5.4. Flow Types
    5. 5.5. Extension
    6. 5.6. Entity Instances
    7. 5.7. Relation Instances
    8. 5.8. Flow Instances
    9. 5.9. Property Instance Subscriptions
  6. 6. Dynamic Graph API
  7. 7. Plugin System
    1. 7.1. Component Provider
    2. 7.2. Entity Type Provider
    3. 7.3. Relation Type Provider
    4. 7.4. Flow Provider
    5. 7.5. Component Behaviour Provider
    6. 7.6. Entity Behaviour Provider
    7. 7.7. Relation Behaviour Provider
    8. 7.8. Web Resource Provider
  8. 8. Plugins
    1. 8.1. Arithmetic
    2. 8.2. Asset
    3. 8.3. Base
    4. 8.4. Binary
    5. 8.5. Comparison
    6. 8.6. Config
    7. 8.7. Connector
    8. 8.8. GraphQL Client
    9. 8.9. GraphQL Schema Visualization
    10. 8.10. HTTP
    11. 8.11. Input Device
    12. 8.12. JSON
    13. 8.13. Logical
    14. 8.14. Meta Data
    15. 8.15. Notification
    16. 8.16. Numeric
    17. 8.17. Random
    18. 8.18. Scheduler
    19. 8.19. String
    20. 8.20. System Command
    21. 8.21. System Environment
    22. 8.22. Taxonomy
    23. 8.23. Value
  9. 9. Events
    1. 9.1. System Events
    2. 9.2. Shutdown
  10. 10. Reactive Graph Patterns
    1. 10.1. Generators & Actions
  11. 11. Builders
  12. 12. Development
    1. 12.1. Supported Platforms
    2. 12.2. Build
    3. 12.3. Code Formatting
    4. 12.4. Binaries
    5. 12.5. Packaging
    6. 12.6. Documentation

Inexor Reactive Graph Flow

GraphQL API: Components