-
Notifications
You must be signed in to change notification settings - Fork 7
GraphQL #44
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
GraphQL #44
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #44 +/- ##
==========================================
+ Coverage 55.35% 55.45% +0.09%
==========================================
Files 24 24
Lines 3405 3709 +304
==========================================
+ Hits 1885 2057 +172
- Misses 1520 1652 +132 ☔ View full report in Codecov by Sentry. |
types/server.graphql
Outdated
alias: String | ||
host: String | ||
port: Int | ||
pubkey: String | ||
services: [Service] |
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.
are these all really optional?
types/server.js
Outdated
this.graphQLSchema = new GraphQLSchema({ | ||
query: new GraphQLObjectType({ | ||
name: 'Query', | ||
fields: { | ||
hello: { | ||
type: GraphQLString, | ||
resolve: () => 'world', | ||
} | ||
} | ||
}) | ||
}); | ||
|
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.
hmm....
Fix Server
GraphQL support at
/services/graphql
and some general cleanupNotable Changes
production
mode — much smaller output!TODO
Ready for Review (RFR)
INVENTORY_REQUEST
message in Remote