GraphQLQueriesGet LibraryOn this pageGet Library Get a single Library by ID. Query query GetLibrary($id: ID!) { library(id: $id) { id # Add other fields as needed }} Parameters id: ID of the resource to retrieve Return Type Returns a Library resource.