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

Improve README #31

Merged
merged 1 commit into from
Jun 3, 2018
Merged

Improve README #31

merged 1 commit into from
Jun 3, 2018

Conversation

jonas
Copy link
Collaborator

@jonas jonas commented Jun 3, 2018

  • Fix typos
  • json -> JSON
  • Indent code examples
  • Simplify text

 - Fix typos
 - json -> JSON
 - Indent code examples
 - Simplify text
@jonas jonas changed the title Improve REAMDE Improve README Jun 3, 2018
@jonas
Copy link
Collaborator Author

jonas commented Jun 3, 2018

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.
Copy link
Collaborator Author

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
Copy link
Collaborator Author

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.
Copy link
Collaborator Author

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
}
}"""
Copy link
Collaborator Author

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.

Copy link
Owner

@muuki88 muuki88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome 🤗

@muuki88 muuki88 merged commit 419d307 into master Jun 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants