type DeliveryStore @key(fields: "id") {
    combineByEntity: Boolean!
    combineFiles: Boolean!
    id: ID!
    metadataTemplate: String
    ownershipServices: [OwnershipNrService!]
}
