-
Notifications
You must be signed in to change notification settings - Fork 5
Add graphql-go with null inputs support #9
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
Conversation
To use:
Example:Create the tablemutation {
createTable(name: "books",
partitionKeys: [{name: "title", type: {basic: TEXT}}]
values:[{name: "pages", type: {basic:INT}}])
} Insert value with a
|
Having a private dependency is not good for CI. I'll look into moving this to It was a pain, but I got CI working on travis CI. Still might be easier to just put it under |
go.mod
Outdated
@@ -13,3 +13,5 @@ require ( | |||
gopkg.in/inf.v0 v0.9.1 | |||
gopkg.in/yaml.v2 v2.2.8 // indirect | |||
) | |||
|
|||
replace github.com/graphql-go/graphql => github.com/riptano/graphql v0.7.9-null |
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.
good idea
NICE!
I don't see a problem in using a public repo, under |
No description provided.