graphql / graphql/graphiql

Remote schema SDL filed are not supported.

Open
#2,132 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
16.9k
Forks
1.9k
Avg merge
22h 45m
Merged PRs (30d)
70

Description

## Actual Behavior

This extension does not work with remote schemas in graphql-config. i.e. http://somedomain.com/schema.gql
graphql-config supports that.

## Expected Behavior
Extension should support remote schema fetching.

## Steps to Reproduce the Problem Or Description
```
{
schema: "https://someurl.com/schema.gql",
}
```

## Specifications

- GraphQL for VSCode Extension Version: 0.34.1
- VSCode Version: 1.63.0
- OS Name: MacOS
- OS Version: 12.0.1
- graphql config filename and format example:
```
{
schema: "http://someurl.com/schema.gql",
}
```

## Logs Of TS Server || GraphQL Language Service

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.