CreateOrUpdateReachabilityAnalysisPayload
Autogenerated return type of CreateOrUpdateReachabilityAnalysis.
type CreateOrUpdateReachabilityAnalysisPayload {
clientMutationId: String
issue: IssueInterface!
}
Fields
CreateOrUpdateReachabilityAnalysisPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateOrUpdateReachabilityAnalysisPayload.issue
● IssueInterface!
non-null interface
Returned By
createOrUpdateReachabilityAnalysis
mutation