INPUT_OBJECT
CreateQuoteSharingClientRelationInput
link GraphQL Schema definition
- input CreateQuoteSharingClientRelationInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the user.
- : ID!
- # Id of the shared quote.
- : ID!
- # Sharing role granting the user a specific access level (e.g. Read, Edit) on the
- # quote.
- : SharingRoleEnum
- # Revision when entity was lastly changed.
- : Int
- }