Skip to content
Discussion options

You must be logged in to vote

Hi @jcollum-nutrien,

The following line:

const {data} = useQuery(customerQuery, {input: {recId: '936b76c9-49cc-4cbb-80d1-88c7dc6ad7c3'}})

Should be as follow:

const {data} = useQuery(customerQuery, { variables: { input: {recId: '936b76c9-49cc-4cbb-80d1-88c7dc6ad7c3'}} })

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jcollum-nutrien
Comment options

@charlypoly
Comment options

Answer selected by charlypoly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants