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