Created
June 9, 2023 12:13
-
-
Save AliNaraghiA/6a9a7e2a8bc4279ab4cef12b7080df01 to your computer and use it in GitHub Desktop.
GraphQl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
request('http://your-wordpress-site.com/graphql', query) | |
.then(data => console.log(data)) | |
.catch(error => console.error(error)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment