This Month in Reactive Graph!

Creative Commons Attribution-ShareAlike 4.0
Creative Commons Attribution-ShareAlike 4.0
Creative Commons Attribution-ShareAlike 4.0
Git repository
YouTube
Facebook
Mastodon
RSS Feed
  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. Instance
    3. 3.3. HTTP/GraphQL Server
    4. 3.4. Plugins
    5. 3.5. Remotes
  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
    10. 5.10. Instance Info
    11. 5.11. Plugins
    12. 5.12. Remotes
    13. 5.13. Shutdown
  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. JSON
    12. 8.12. Logical
    13. 8.13. Meta Data
    14. 8.14. Notification
    15. 8.15. Numeric
    16. 8.16. Random
    17. 8.17. State
    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
    2. 10.2. Time Graph
  11. 11. System Architecture
  12. 12. Application Programming Interface
    1. 12.1. Builders
    2. 12.2. RuntimeBuilder
  13. 13. CLI
    1. 13.1. General Usage
    2. 13.2. REPL
    3. 13.3. Command Reference
  14. 14. Development
    1. 14.1. Supported Platforms
    2. 14.2. Build
    3. 14.3. Code Formatting
    4. 14.4. Binaries
    5. 14.5. Packaging
    6. 14.6. Documentation
    7. 14.7. Contributing
    8. 14.8. Security
  15. 15. Limitations

Reactive Graph

www.reactive-graph.io Git repository YouTube Facebook Mastodon

Plugin GraphQL Schema Visualization

This plugin represents the GraphQL API as an interactive graph.

URLAPIQuery Root

| | http://hostname:31415/graphql-schema-visualization/graph/query | GraphQL API | Queries | | http://hostname:31415/graphql-schema-visualization/graph/mutation | GraphQL API | Mutations | | http://hostname:31415/graphql-schema-visualization/graph/subscription | GraphQL API | Subscriptions | | | http://hostname:31415/graphql-schema-visualization/dynamic-graph/query | Dynamic Graph API | Queries | | http://hostname:31415/graphql-schema-visualization/dynamic-graph/mutation | Dynamic Graph API | Mutations | | http://hostname:31415/graphql-schema-visualization/dynamic-graph/subscription | Dynamic Graph API | Subscriptions |

Platform Compatibility

PlatformCompatibility
Linux✓
MacOS✓
Windows✓

Repository

NameRepository
reactive-graph-plugin-graphql-schema-visualizationhttps://github.com/reactive-graph/plugins-core/tree/main/plugins/graphql-schema-visualization