@@ -1258,12 +1258,6 @@ input RemoveUserInput {
|
||||
userId: ID!
|
||||
}
|
||||
|
||||
input InitiateConnectorInput {
|
||||
organizationId: ID!
|
||||
connectorId: String!
|
||||
continueUrl: String!
|
||||
}
|
||||
|
||||
# Payload Types
|
||||
type CreateOrganizationPayload {
|
||||
organizationEdge: OrganizationEdge!
|
||||
@@ -1440,7 +1434,3 @@ type InviteUserPayload {
|
||||
type RemoveUserPayload {
|
||||
success: Boolean!
|
||||
}
|
||||
|
||||
type InitiateConnectorPayload {
|
||||
redirectUrl: String!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user