AddConsumerToFolderResponse
No description
type AddConsumerToFolderResponse {
initialConsumerConnectionId: ID!
email: String!
}
Fields
AddConsumerToFolderResponse.initialConsumerConnectionId ● ID! non-null scalar
This is the initial consumerConnectionId. It can be that it changes, after consumer accepts the connection request. More info about this on the ConsumerConnection type.
AddConsumerToFolderResponse.email ● String! non-null scalar
Returned by
addConsumerToFolder mutation