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

Variables #3

Open
rudiedirkx opened this issue Oct 12, 2016 · 1 comment
Open

Variables #3

rudiedirkx opened this issue Oct 12, 2016 · 1 comment

Comments

@rudiedirkx
Copy link
Owner

rudiedirkx commented Oct 12, 2016

2.8 & 2.10

... @include(if: $expandedInfo) {
query getProfile($picsize: Int) {
picture(size: $picSize)
@rudiedirkx rudiedirkx mentioned this issue Oct 12, 2016
Closed
5 tasks
rudiedirkx added a commit that referenced this issue Oct 15, 2016
@rudiedirkx
Copy link
Owner Author

Also in mutations:

mutation($input: MoveProjectCardInput!) {
	moveProjectCard(input: $input) {
		clientMutationId
	}
}

where MoveProjectCardInput is an object, and the variables are sent separately, so the result is more than just 1 string.

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

No branches or pull requests

1 participant