OBJECT
ProjectMutation
link GraphQL Schema definition
- type ProjectMutation {
- # Deletes a Project. Accepts CSP Project IDs as input and returns the list of
- # results for each project.
- #
- # Arguments
- # cspProjectEntityIds: [Not documented]
- EntityId!]!): [ProjectDeleteResult!]! ( : [
- # Update user roles in given CSP Project Entity Id
- #
- # Arguments
- # cspProjectId: [Not documented]
- # input: [Not documented]
- (
- EntityId!, :
- ProjectUserRolesAssignmentInput! :
- ): ProjectUserRolesAssignment
- # Upsert a Project
- #
- # Arguments
- # input: [Not documented]
- ProjectDefinitionInput!): ProjectUpsertResult! ( :
- }