Skip to content

Conversation

@sergehuber
Copy link
Contributor

@sergehuber sergehuber commented Oct 12, 2016

Add support for operationName that was not implemented. We can now build GraphQL code such as :

query UserQuery {
  dx {
    user(userKey: "root") {
      id
      properties {
        key
        value
      }
    }
  }
}

mutation CreateNode {
  createNodeByPath(name:"test", parentPath: "/") {
    identifier
    path
    parentIdentifier
  }
}

And choose which operation to execute using GraphiQL's play button.

…ild GraphQL code such as :

query UserQuery {
  dx {
    user(userKey: "root") {
      id
      properties {
        key
        value
      }
    }
  }
}

mutation CreateNode {
  createNodeByPath(name:"test", parentPath: "/") {
    identifier
    path
    parentIdentifier
  }
}

And choose which operation to execute using GraphiQL's play button.
@yrashk yrashk merged commit 677fdc5 into graphql-java-kickstart:master Oct 12, 2016
@yrashk
Copy link
Contributor

yrashk commented Oct 12, 2016

Thank you!

@sergehuber
Copy link
Contributor Author

You're welcome, that's all I have for now. I'll be demoing this code this afternoon so feel free to release it :)

@yrashk
Copy link
Contributor

yrashk commented Oct 12, 2016

Just pushed out 0.7.0!

@sergehuber
Copy link
Contributor Author

Very cool thanks a lot !

@sergehuber sergehuber deleted the operationName-support branch October 13, 2016 14:55
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