Source
No description
type Source {
created: LocalDateTime
description: String
edited: LocalDateTime
generalUseRights: String
id: ID!
imageUrl: String
metadata: [Metadata]
name: String
publishers: [Publisher]
sourceStatus: Boolean
termsOfUse: String
website: String
}