Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const body = {
- query : `
- query test ($first: String, $last: String) {
- test (input: {firstName: $first, lastName: $last}){
- message
- }
- }
- `,
- variables: {
- first: "Sadmaney",
- last: "Shopnil"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement