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