OBJECT

InviteAgentPayload

link GraphQL Schema definition

1type InviteAgentPayload {
2
3# Indication for successfully inviting the agent
4success: Boolean!
5
6}