OBJECT
type ArtistWork {id: ID! artistID: ID! workID: ID! artist: Artist! work: Work! createdAt: AWSDateTime! updatedAt: AWSDateTime! }