CreateFindingSastPayload
Autogenerated return type of CreateFindingSast
type CreateFindingSastPayload {
clientMutationId: String
errors: [String!]
message: String
}
Fields
CreateFindingSastPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateFindingSastPayload.errors
● [String!]
list scalar
CreateFindingSastPayload.message
● String
scalar
Returned by
createFindingSast
mutation