feat: Implement admin user serializer test
This commit is contained in:
@@ -3,14 +3,6 @@ type Query {
|
||||
}
|
||||
type Mutation {
|
||||
createConnection(input: CreateConnectionInput): Connection
|
||||
<<<<<<< HEAD
|
||||
createUser(input: CreateUserInput): UserWithAcceptInvitationUrl
|
||||
=======
|
||||
createFlow(input: CreateFlowInput): Flow
|
||||
deleteCurrentUser: Boolean
|
||||
deleteFlow(input: DeleteFlowInput): Boolean
|
||||
deleteStep(input: DeleteStepInput): Step
|
||||
>>>>>>> 3aa20fed (chore: remove redundant create user mutation)
|
||||
executeFlow(input: ExecuteFlowInput): executeFlowType
|
||||
generateAuthUrl(input: GenerateAuthUrlInput): AuthLink
|
||||
resetConnection(input: ResetConnectionInput): Connection
|
||||
|
Reference in New Issue
Block a user