Passing array as a variable #585
lindseyschuler
started this conversation in
General
Replies: 1 comment
-
Try passing it as a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to pass an array in as a variable, I've tested it in a graphql query tool and it works fine, but when I try it through the GraphQl client I get a bad request error
GraphQL.Client.Http.GraphQLHttpRequestException: 'The HTTP request failed with status code BadRequest'
resortCodes is an int[] that looks like this [1,2,3]
Is there something different I need to do in order to pass in an array
Beta Was this translation helpful? Give feedback.
All reactions