OBJECT
1type LibraryConfigurationList implements Page {23# The starting index for records that were returned in this query.4offset: Int! 56limit: Int! 78# Number of records returned in this response9count: Int 1011records: [LibraryConfiguration] 1213}