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

Conversation

@ecthiender
Copy link
Contributor

Description

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

Solution and Design

Added graphql server implemented in python for testing remote schemas.

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.

@ecthiender ecthiender requested review from 0x777 and shahidhk November 26, 2018 10:35
@ecthiender ecthiender added the c/server Related to server label Nov 26, 2018
@hasura-bot
Copy link
Contributor

Review app for commit 50f03b4 deployed to Heroku: https://hge-ci-pull-1117.herokuapp.com
Docker image for server: hasura/graphql-engine:pull1117-50f03b4

@shahidhk shahidhk merged commit a509a86 into hasura:master Nov 26, 2018
@hasura-bot
Copy link
Contributor

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

hasura-bot pushed a commit that referenced this pull request Aug 19, 2021
This removes the file `bahnql_query.yaml`, which is no longer being used.

a509a86 (#1117) changed the way we test the remote schema feature from using external GraphQL services to running our own mini GraphQL server for testing purposes. This gives us a lot of in-codebase flexibility on the behavior of "remote" GraphQL servers.

During this work, the `bahnql_query.yaml` test was swapped out for the `simple2_query.yaml` test. The former essentially tests if a field from a remote schema can be fetched, whereas the latter tests whether an entry can be fetched from the (non-remote!) database.

It's not clear to me why `bahnql_query.yaml` was no longer used. In any case, the relevant setup code was removed, and this test can no longer be run. Presumably we test such basic functionality already in many other ways.

hasura/graphql-engine-mono#2102

GitOrigin-RevId: c01b7f7
hasura-bot pushed a commit that referenced this pull request Sep 17, 2024
<!-- The PR description should answer 2 important questions: -->

### What

Much like hasura/v3-engine#1116, make clearer
what is and is not graphql-centric in engine by renaming `schema` to
`graphql-schema`.

### How

Moving file around, no functional changes.

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

Labels

c/server Related to server

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants