Created
April 1, 2022 05:21
-
-
Save rutikwankhade/350de32f69df75b32c8bf90dc6c8f5e6 to your computer and use it in GitHub Desktop.
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
`query MyQuery { | |
ideas(where: {category: {_eq: "creative"}}) { | |
id, | |
idea | |
} | |
}` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment