INPUT_OBJECT

CreateQuoteSharingClientRelationInput

link GraphQL Schema definition

  • input CreateQuoteSharingClientRelationInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the user.
  • clientId: ID!
  • # Id of the shared quote.
  • quoteId: ID!
  • # Sharing role granting the user a specific access level (e.g. Read, Edit) on the
  • # quote.
  • role: SharingRoleEnum
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by