Get CatalogEntry
Get a single CatalogEntry by ID.
Query
query GetCatalogEntry($id: ID!) {
catalogentry(id: $id) {
id
# Add other fields as needed
}
}
Parameters
id: ID of the resource to retrieve
Return Type
Returns a CatalogEntry resource.