Select contract dates and rights
Select delivery dates and associated rights included in contract.
Explanation
query GetContractDatesAndRights($contractId: Int!) {
contract(contractSearch: {idEq: $contractId}) {
id
msDeliveryDate
revisedMsDeliveryDate
actualMsDeliveryDate
msProofsDate
pubBeforeDate
licensedRights {
authorCut
id
rightType
}
}
}{
"contractId": YOUR_CONTRACT_ID_HERE
}Last updated