Version: next
Get Operation
Get Operation
Fetching an object by ID can be enabled by specifying an id
argument.
The ID can represent any unique field that object has.
For the Note type, this can be:
getNote(id: ID!): Note
Fetching an object by ID can be enabled by specifying an id
argument.
The ID can represent any unique field that object has.
For the Note type, this can be: