OBJECT
AcceptAgreementPayload
Autogenerated return type of AcceptAgreement
link GraphQL Schema definition
- type AcceptAgreementPayload {
- # Artist of the user the CLA is signed for
- : Artist
- # A unique identifier for the client performing the mutation.
- : String
- # If the authenticated session indicates that the main user is observing a
- # sub-user, the current_observer response object will contain the observer User
- # object.
- : User
- # If the request is authenticated, the current_user response object will contain
- # the authenticated User object.
- : User
- : [UserError!]
- : User
- # The user agreement that is signed
- : UserAgreement
- }