Mutation
Variables
Response
Mutations
inspectBuildSource
Inspects a build source and returns a build source inspection.
MUTATION
inspectBuildSource(input: InspectBuildSourceInput!): BuildSourceInspection!Arguments
input
required
Values for the requested operation.
Returns
source
The source associated with this build source inspection.
schemes
[String!]!
Schemes associated with this build source inspection.
configurations
[String!]!
Configurations associated with this build source inspection.
testPlans
[String!]!
Test plans associated with this build source inspection.
signingRequirements
Signing requirements associated with this build source inspection.
headSha
String
Git commit SHA associated with this build source inspection. May be null when unavailable or not applicable.
xcodeVersion
String
The Xcode version associated with this build source inspection. May be null when unavailable or not applicable.
Mutation
Variables
Response