这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@rakeshkky
Copy link
Member

Description

HASURA_GRAPHQL_ENABLE_CONSOLE env variable for --enable-console flag.

What component does this PR affect?

  • Server
  • Console
  • CLI
  • Docs
  • Community Content
  • Build System

Requires changes from other components? If yes, please mark the components:

  • Server
  • Console
  • CLI
  • Docs
  • Community Content
  • Build System

Related Issue

close #632

Solution and Design

If --enable-console flag is not given, server will look up for HASURA_GRAPHQL_ENABLE_CONSOLE env variable. Allowed values for True are true, t, yes and y. For False false, f, no and n.

Type

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Docs update
  • Community content

Checklist:

  • I have read the contributing guide and my code conforms to the guidelines.
  • This change requires a change in the documentation.
  • I have updated the documentation accordingly.
  • I have added required tests.

@rakeshkky rakeshkky requested a review from 0x777 October 4, 2018 10:11
@rakeshkky rakeshkky self-assigned this Oct 4, 2018
@rakeshkky rakeshkky added s/ok-to-merge Status: This pull request can be merged to master c/server Related to server labels Oct 4, 2018
@hasura-bot
Copy link
Contributor

Review app available at: https://hge-ci-pull-642.herokuapp.com

@shahidhk
Copy link
Member

shahidhk commented Oct 10, 2018

Need changes to heroku repo.

@shahidhk
Copy link
Member

PR to be merged on next release: hasura/graphql-engine-heroku#19

@shahidhk shahidhk merged commit be28f8c into hasura:master Oct 10, 2018
@hasura-bot
Copy link
Contributor

Review app https://hge-ci-pull-642.herokuapp.com is deleted

zaffnet pushed a commit to zaffnet/graphql-engine that referenced this pull request Oct 11, 2018
hasura-bot pushed a commit that referenced this pull request Jun 1, 2024
Add the ability to render field input-arguments and default values in
sdl.

Also add a small CLI tool to help inspect the GraphQL schemas that
result from a piece of engine metadata.

V3_GIT_ORIGIN_REV_ID: ddb7315f12d24eafbf57782f37f840ca44d94789
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c/server Related to server s/ok-to-merge Status: This pull request can be merged to master

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use env variable to define whether to show console or not

4 participants