OBJECT
SignedAgreement
A signed agreement between Vydia and a User
link GraphQL Schema definition
- type SignedAgreement {
- : Boolean!
- : String
- # The Agreement that was used as a template for this instance of a SignedAgreement
- : Agreement
- # ID of the Agreement that was used as a template for this instance of a
- # SignedAgreement
- : ID
- : String
- : String
- # HTML Content of the SignedAgreement
- : String!
- # When the Agreement was signed and the SignedAgreement created
- : DateTime!
- : DateTime
- : ID!
- : Int
- : String
- : Int
- : Float
- # URL where the SignedAgreement PDF can be downloaded. Expires after a while
- : String
- : String
- : String
- : String
- # When the SignedAgreement was terminated
- : DateTime @deprecated( reason: "WARNING: this field is not currently used in any application" )
- # When the SignedAgreement was requested for termination
- : DateTime @deprecated( reason: "WARNING: this field is not currently used in any application" )
- : SignedAgreementType!
- # The User that signed the agreement
- : User!
- # ID of the User that signed the agreement
- : ID!
- : String
- : String
- }