INPUT_OBJECT
CreateAllowedPipelineInput
link GraphQL Schema definition
- input CreateAllowedPipelineInput {
- # Optional client-supplied identifier passed on a mutation input and echoed back
- # unchanged on its payload, so a client can correlate the response with its
- # request (Relay convention).
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # When true, the user role can access documents attached to steps of this
- # pipeline.
- : Boolean
- # Id of the user role.
- : ID!
- # Id of the pipeline.
- : ID!
- # Revision when entity was lastly changed.
- : Int
- }