OBJECT

DeleteUserClipsPayload

The returned payload from the mutation.

link GraphQL Schema definition

1type DeleteUserClipsPayload {
2
3# userID is the user's ID.
4userID: ID!
5
6}