graphql-spring

Installation
SKILL.md

GraphQL Spring Boot (apigen-graphql)

Configuration

spring:
  graphql:
    graphiql:
      enabled: true
      path: /graphiql
    schema:
      locations: classpath:graphql/
      printer:
        enabled: true
    websocket:
      path: /graphql
Installs
1
First Seen
May 20, 2026
graphql-spring — jnzader-vault/project-starter-framework