OBJECT
Library
this graphQL type doesn't have a 1-to-1 correspondence to a row in the database This type is meant to be an encapsulation of vendors based on a library type
link GraphQL Schema definition
- type Library {
- : LibraryType!
- : [LibraryVendor!]
- }