GraphQL Schema Reference
MatchingCampaignResult ¶
GraphQL Schema definition ¶
- type MatchingCampaignResult {
- : Int!
- : [MatchingClCampaign]
- : [MatchingClTestCase]
- }
- type MatchingCampaignResult {
- envCampaignId: Int!
- campaignMatches: [MatchingClCampaign]
- testCaseMatches: [MatchingClTestCase]
- }