OBJECT
UpdateWhisperThreadPayload
link GraphQL Schema definition
1 type UpdateWhisperThreadPayload { 2 3 # Thread that was updated. 4 : WhisperThread! 5 6 }
OBJECT
1 type UpdateWhisperThreadPayload { 2 3 # Thread that was updated. 4 : WhisperThread! 5 6 }