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