feat: Implement draft version of Step model
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
a3dd76df21
commit
c48c905805
@@ -5,6 +5,7 @@ import updateConnection from './mutations/update-connection';
|
||||
import resetConnection from './mutations/reset-connection';
|
||||
import verifyConnection from './mutations/verify-connection';
|
||||
import deleteConnection from './mutations/delete-connection';
|
||||
import createStep from './mutations/create-step';
|
||||
|
||||
const rootMutation = new GraphQLObjectType({
|
||||
name: 'Mutation',
|
||||
@@ -14,7 +15,8 @@ const rootMutation = new GraphQLObjectType({
|
||||
updateConnection,
|
||||
resetConnection,
|
||||
verifyConnection,
|
||||
deleteConnection
|
||||
deleteConnection,
|
||||
createStep,
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user