CreateProjectPayload
Autogenerated return type of CreateProject
type CreateProjectPayload {
clientMutationId: String
errors: [String!]
project: Project
}
Fields
CreateProjectPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateProjectPayload.errors
● [String!]
list scalar
CreateProjectPayload.project
● Project
object
Returned by
createAnalysis
mutation ● createProject
mutation