def mutate(self, info, name): """Mutation Function.""" store = Store(name=name) store.save() return CreateStore(store=store)