Newer
Older
sample-spring-graphql / src / main / resources / application.yml
yhornisse on 8 May 2020 405 bytes Add Project
graphql:
  servlet:
    mapping: /graphql # パス(デフォルト値のまま)
    tools:
      schema-location-pattern: "**/*.graphqls" # スキーマファイルのパターン(デフォルト値のまま)
graphiql:
  mapping: /graphiql # API確認用の画面のパス(デフォルト値のまま)
  enabled: true # 本番では無効にするかプロキシでアクセスできないようにする