INPUT_OBJECT
CreateFormViewSharingClientRelationInput
link GraphQL Schema definition
- input CreateFormViewSharingClientRelationInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the user.
- : ID!
- # Id of the shared form view.
- : ID!
- # Field whose values are strictly defined with an enumeration of values.
- : SharingRoleEnum
- # Revision when entity was lastly changed.
- : Int
- }