-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Improve README #31
Improve README #31
Conversation
jonas
commented
Jun 3, 2018
- Fix typos
- json -> JSON
- Indent code examples
- Simplify text
- Fix typos - json -> JSON - Indent code examples - Simplify text
The irony of having a typo in the message of a commit that claims to fix typos. 🤦♂️ |
@@ -120,14 +117,11 @@ graphqlProductionSchema := GraphQLSchemaLoader | |||
.loadSchema() | |||
``` | |||
|
|||
The introspection query doesn't support headers at this moment, but will be added | |||
soon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The .withHeaders(...)
code in the example above suggests that this is fixed.
|
||
SBT plugin to generate and validate graphql schemas written with Sangria. | ||
|
||
See also: https://github.com/mediative/sangria-codegen |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing to see there, since the code generator was integrated and cleaned up in this plugin.
@@ -1,12 +1,9 @@ | |||
|
|||
# sbt-graphql [![Build Status](https://travis-ci.org/muuki88/sbt-graphql.svg?branch=master)](https://travis-ci.org/muuki88/sbt-graphql) [ ![Download](https://api.bintray.com/packages/sbt/sbt-plugin-releases/sbt-graphql/images/download.svg) ](https://bintray.com/sbt/sbt-plugin-releases/sbt-graphql/_latestVersion) | |||
|
|||
> This plugin is an experiment at this moment. | |||
> SBT 1.x only | |||
> This plugin is sbt 1.x only and experimental. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flipped so it puts more equal weight on the two caveats.
hero { | ||
name | ||
} | ||
}""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copied from the expected test output.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome 🤗