Fetching a Record
Fetch a single record from the API
Querying a Specific Record
Specifying the Unique Identifier
query {
user(email: "[email protected]") {
id
firstName
lastName
email
}
}Selecting Fields to Return
Conclusion
Last updated
Was this helpful?

