OBJECT
UserAgreement
an user agreement to Vydia agreeing to a royalty split, contains information about the expiration
link GraphQL Schema definition
- type UserAgreement {
- # Date when the agreement was signed
- : DateTime @deprecated( reason: "WARNING: this field is not currently used in any application" )
- # Relation to an agreement
- : ID! @deprecated( reason: "WARNING: this field is not currently used in any application" )
- # Date when an agreement is going to expire
- : DateTime @deprecated( reason: "WARNING: this field is not currently used in any application" )
- : ID!
- # Royalty Split ratio
- : Int!
- # User who signed an agreement
- : ID!
- }