Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic fetching of GraphQL schemas #36

Open
lauraluiz opened this issue Aug 28, 2018 · 2 comments
Open

Automatic fetching of GraphQL schemas #36

lauraluiz opened this issue Aug 28, 2018 · 2 comments
Labels
graphql Related with GraphQL

Comments

@lauraluiz
Copy link
Contributor

  • GraphQL schema
  • Fragments schema

Fetch them automatically when installing the project or at any other suitable step.

@lauraluiz lauraluiz changed the title Check for automatic fetch of GraphQL schemas Automatic fetch of GraphQL schemas Aug 28, 2018
@lauraluiz lauraluiz changed the title Automatic fetch of GraphQL schemas Automatic fetching of GraphQL schemas Aug 28, 2018
@lauraluiz lauraluiz added the graphql Related with GraphQL label Sep 25, 2018
@lauraluiz
Copy link
Contributor Author

So for example fetch schema when the developer runs yarn schema. There are some apollo tools that allows you to do this.

@lauraluiz
Copy link
Contributor Author

The problem is that in order to fetch the schema you need the authentication token, and for that you need the client secret/id, which is in the files, but I couldn't manage to get it in script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
graphql Related with GraphQL
Projects
None yet
Development

No branches or pull requests

1 participant